aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2016-02-16 00:44:33 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2016-02-16 00:44:33 +0100
commit4db7f46808502e3a667d442d7a77f83f4593650b (patch)
treebaab2f9d0a6194960f3e29694cf5e23699ea64d2 /TODO
parent51aaeb062bf8f7e032b591832acd19901fca94c0 (diff)
downloadsciteco-4db7f46808502e3a667d442d7a77f83f4593650b.tar.gz
implemented ^C command
* acts like exit(3) -- ie. the program is terminated immediately but the quit hook (aka SciTECO's atexit() handlers) will still run. * for "compatibility" with classic TECOs. Can also be used as a shorter variant of "-EX$$" but working from every macro level. * disallowed in interactive mode to avoid typing it accidentally.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index d21b819..fe271fb 100644
--- a/TODO
+++ b/TODO
@@ -98,8 +98,6 @@ Features:
* some missing useful VideoTECO/TECO-11 commands:
* EF with buffer id
* ER command: read file into current buffer at dot
- * ^C: exit from program. Should probably be disallowed
- in interactive mode.
* nEW to save a buffer by id
* use CRTP for RBTrees to avoid unnecessary virtual method calls.
This means that like the original BSD headers, implementations