diff options
Diffstat (limited to 'gramscii.1')
-rw-r--r-- | gramscii.1 | 19 |
1 files changed, 14 insertions, 5 deletions
@@ -17,7 +17,9 @@ keystrokes, and keystrokes have different meaning in different modes. The default mode is .B move mode, which allows the user to move the cursor around the screen. -Exiting from any other mode automatically puts gramscii in +Exiting from any other mode (either via pressing +.B [ESC] +or by toggling the current mode) automatically puts gramscii in .B move mode. There are four classes of commands in gramscii, namely .B GENERAL, @@ -195,7 +197,9 @@ while in .BI erase mode, the current erase operation is aborted. Press .B x -again to make the erase permanent. +again to make the erase permanent and return to +.B move +mode. .TP 7m .BI i Enter @@ -255,8 +259,13 @@ mode. .RE .SS STYLES -The following commands can be used to customise the style of lines, -corners, and arrow start and end points: +The style of lines, corners and markers can be changed at any time while +in +.B move, +.B box, +and +.B arrow +mode. The following style commands are available: .TP 5m .B . (dot) Reset all styles to their default values. @@ -362,7 +371,7 @@ would automatically save the screen into "filename". .SH BUGS gramscii currently manages only a fixed screen of 25 rows by 100 columns. This will be changed in a future release to support scrolling -and "virtual" screen of any (reasonable) size. +and "virtual" screens of any (reasonable) size. .PP gramscii currently does .B not |