aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorantirez <antirez>2005-03-17 07:22:03 +0000
committerantirez <antirez>2005-03-17 07:22:03 +0000
commitec5a41ceb2faf4cd712cd3aea25d79002e7caf39 (patch)
treef033d64dba4bb7d76e2a6495804361d38841df1d /TODO
parentb8dd7d32a1d21cfa45377a36a127216c91d2e8e9 (diff)
downloadjimtcl-ec5a41ceb2faf4cd712cd3aea25d79002e7caf39.zip
jimtcl-ec5a41ceb2faf4cd712cd3aea25d79002e7caf39.tar.gz
jimtcl-ec5a41ceb2faf4cd712cd3aea25d79002e7caf39.tar.bz2
The interactive prompt can now used to type/paste multi line scripts.
Every line is appended to the previous until the script does not appear to be complete (tested by Jim_IsScriptComplete()).
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 7 insertions, 0 deletions
diff --git a/TODO b/TODO
index d6e83e3..a711291 100644
--- a/TODO
+++ b/TODO
@@ -62,3 +62,10 @@ REFERENCES SYSTEM
API FUNCTIONS TO EXPORT
- Jim_FormatString()
+
+
+RANDOM THINGS TO DO ASAP
+
+- .jimrc loading, using the ENV variable
+- [source]
+