aboutsummaryrefslogtreecommitdiff
path: root/listbas.1
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-11 17:18:08 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-11 17:18:08 -0400
commit6def17acf5ab7b624b710bf3ae9f5714ebf90151 (patch)
treebd52714063cc9f0a6d0455a18a1fefc95dcb04b5 /listbas.1
parentb4ae9905e11240d6a4061c03d0e78ff0b3f44229 (diff)
downloadbw-atari8-tools-6def17acf5ab7b624b710bf3ae9f5714ebf90151.tar.gz
listbas: add -d (dots) mode, stopgap for non-UTF8 terminals.
Diffstat (limited to 'listbas.1')
-rw-r--r--listbas.19
1 files changed, 7 insertions, 2 deletions
diff --git a/listbas.1 b/listbas.1
index e327f89..0fc70b4 100644
--- a/listbas.1
+++ b/listbas.1
@@ -27,12 +27,12 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
-.TH "LISTBAS" 1 "2024-07-09" "0.2.1" "Urchlay's Atari 8-bit Tools"
+.TH "LISTBAS" 1 "2024-07-11" "0.2.1" "Urchlay's Atari 8-bit Tools"
.SH NAME
listbas \- List the source of a tokenized Atari 8-bit BASIC program
.SH SYNOPSIS
.sp
-listbas [\fB\-v\fP] [\fB\-i\fP] [\fB\-a\fP | \fB\-m\fP ] \fBinput\-file\fP
+listbas [\fB\-v\fP] [\fB\-i\fP] [\fB\-b\fP] [\fB\-d\fP ] [\fB\-a\fP | \fB\-m\fP ] \fBinput\-file\fP
.SH DESCRIPTION
.sp
\fBlistbas\fP acts like the \fILIST\fP command in BASIC. It reads a
@@ -53,6 +53,11 @@ used with redirection; \fBlistbas\fP will not write ATASCII to the terminal.
Use bold, for color output. This may make it easier to read on
some terminals. Or, it may hurt your eyes...
.TP
+.B \fB\-d\fP
+Print dots rather than Unicode/UTF\-8 characters. Color and inverse
+video are still supported in this mode. Use this only if your
+terminal \fIreally\fP doesn\(aqt support Unicode (e.g. \fBrxvt\fP(1)).
+.TP
.B \fB\-i\fP
Include the immediate mode command (line 32768) in the output.
.TP