diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-16 19:41:03 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-16 19:44:29 +0100 |
commit | 64ee41446def1605a71d49fce6461b8ff3f5c0d2 (patch) | |
tree | 78acef7be5dcd510354d61b81d2f6ca84963cbe0 /README | |
parent | 746d7d1caf0fd0fb767a359f0eb5534ae2d8e653 (diff) | |
download | sciteco-64ee41446def1605a71d49fce6461b8ff3f5c0d2.tar.gz |
implemented function key masking (context-sensitive function key macros)
* fnkeys.tes has been updated to enable the command line
editing macros (cursor keys, etc.) only in the "start" state.
This avoids the annoying effect of inserting the macros
into string arguments where they have no effect and must be
rubbed out again.
Diffstat (limited to 'README')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ Features the command stream. This also enables navigating with function keys (e.g. cursor keys) as demonstrated by the standard library `fnkeys.tes`. + Function key macros can be context-sensitive, too. * Many TECO-11 features, like that most commands have a colon-modified form, string-building characters, exotic match characters * Interactivity: supports filename completion via immediate editing commands (e.g. `<TAB>` in |