summaryrefslogtreecommitdiff
path: root/res/script/README
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2014-04-20 22:09:17 +0800
committerIru Cai <mytbk920423@gmail.com>2014-04-20 22:09:17 +0800
commitb15900a363953591d48366379512795a9422222a (patch)
treeaa5248a9926adbef0cedd7d7dabaf9b157d13f65 /res/script/README
parent88c98119b6e8d6d30731cd0d3e7fb3f9af5557cb (diff)
downloadfqterm-b15900a363953591d48366379512795a9422222a.tar.xz
Add my qz script -- for fun!
2 functions are added to the script engine.
Diffstat (limited to 'res/script/README')
-rw-r--r--res/script/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/script/README b/res/script/README
index c7dacbc..8e273fc 100644
--- a/res/script/README
+++ b/res/script/README
@@ -6,6 +6,13 @@ Any file to be written to or read from should be in the format of UTF-8.
Usage:
+//UI functions
+msgBox(msg)
+ no return value
+
+yesnoBox(msg)
+ return boolean value
+
sessionID=long(sys.argv[0])
formatError(sessionID)