diff options
Diffstat (limited to 'listbas.rst')
-rw-r--r-- | listbas.rst | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/listbas.rst b/listbas.rst index 881da5f..d0c6e61 100644 --- a/listbas.rst +++ b/listbas.rst @@ -11,7 +11,7 @@ List the source of a tokenized Atari 8-bit BASIC program SYNOPSIS ======== -listbas [**-v**] [**-i**] [**-a** | **-m** ] **input-file** +listbas [**-v**] [**-i**] [**-b**] [**-d** ] [**-a** | **-m** ] **input-file** DESCRIPTION =========== @@ -37,6 +37,11 @@ List options Use bold, for color output. This may make it easier to read on some terminals. Or, it may hurt your eyes... +**-d** + Print dots rather than Unicode/UTF-8 characters. Color and inverse + video are still supported in this mode. Use this only if your + terminal *really* doesn't support Unicode (e.g. **rxvt**\(1)). + **-i** Include the immediate mode command (line 32768) in the output. |