diff options
author | B. Watson <urchlay@slackware.uk> | 2024-07-11 17:18:08 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-07-11 17:18:08 -0400 |
commit | 6def17acf5ab7b624b710bf3ae9f5714ebf90151 (patch) | |
tree | bd52714063cc9f0a6d0455a18a1fefc95dcb04b5 /listbas.rst | |
parent | b4ae9905e11240d6a4061c03d0e78ff0b3f44229 (diff) | |
download | bw-atari8-tools-6def17acf5ab7b624b710bf3ae9f5714ebf90151.tar.gz |
listbas: add -d (dots) mode, stopgap for non-UTF8 terminals.
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. |