diff options
author | KatolaZ <katolaz@freaknet.org> | 2019-08-01 11:26:12 +0100 |
---|---|---|
committer | KatolaZ <katolaz@freaknet.org> | 2019-08-01 11:26:12 +0100 |
commit | 08485aacd8d561f2650175b7a16211262396b2ce (patch) | |
tree | dda64aa4e35020ee230d53bcf1aa0e66c8fdd1c6 /gramscii.1 | |
parent | f660595c236a21555d3558dd51afae4a67d651a3 (diff) |
add undo in erase mode
Diffstat (limited to 'gramscii.1')
-rw-r--r-- | gramscii.1 | 25 |
1 files changed, 20 insertions, 5 deletions
@@ -26,6 +26,26 @@ available for further processing. .TP .BI -h Print short usage unstructions and exit. +.PP +If one or more files are provided after the last option, gramscii will +consider them command files and will read them one after the other +(i.e., as if the characters in the file were typed while gramscii was +running), before accepting commands from stdin. This allows to use +gramscii scripts. For instance, if you start gramscii as: +.EX + + gramscii file.txt + +.EE +and "file.txt" contains the lines: +.EX + + gg10lbLLJJb + gg10l15jbLLJJ + +.EE +then gramscii will show two boxes and then will start accepting +commands as usual. .SH COMMANDS gramscii is a visual modal editor. Commands are associated to keystrokes, and keystrokes have different meaning in different modes. @@ -537,11 +557,6 @@ would automatically save the screen into "filename". gramscii currently manages only a fixed screen of the same size of the screen where it starts from. This will be changed in a future release to support scrolling and "virtual" screens of any (reasonable) size. -.PP -Undo commands are only available in box, visual (cut, fill), arrow, and -text mode, and for copy/paste operations. gramscii currently does -.B not -support undo commands for erase mode. This will be fixed soon. .SH AUTHORS gramscii is written and maintained by Vincenzo "KatolaZ" Nicosia <katolaz@freaknet.org>. You can use, copy, modify, and redistribute |