aboutsummaryrefslogtreecommitdiffhomepage
path: root/teco.ini
AgeCommit message (Collapse)AuthorFilesLines
2012-11-20support special "{" alternate escape character: is only terminated by a ↵Robin Haberkorn1-2/+2
matching *balanced* "}" this eases writing nested macros
2012-11-20disable ^U string building characters (by default)Robin Haberkorn1-5/+5
some method to reenable it will be developed in the future (perhaps using a separate command, or a special modifier which reverses a string commands default handling of building character)
2012-11-20minor teco.ini simplificationsRobin Haberkorn1-3/+3
2012-11-20QRegister push-down stack: [x and ]x commandsRobin Haberkorn1-23/+26
* rubout is quite tricky but ensures minimal memory copying
2012-11-20ED flags making 0-Register hook execution configurableRobin Haberkorn1-2/+46
* teco.ini updated as well
2012-11-16file closing must be enforced now (teco.ini)Robin Haberkorn1-1/+1
2012-11-14default teco ini fileRobin Haberkorn1-0/+5
* should serve as a template to the user