From 6def17acf5ab7b624b710bf3ae9f5714ebf90151 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 11 Jul 2024 17:18:08 -0400 Subject: listbas: add -d (dots) mode, stopgap for non-UTF8 terminals. --- listbas.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'listbas.1') 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 -- cgit v1.2.3