From 271c293f1a8a1ba3316d6b9fecb955d336441fd0 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 17 Jul 2024 14:37:56 -0400 Subject: listbas: add -k (no mixed case) option for BXL/BXE. --- listbas.1 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'listbas.1') diff --git a/listbas.1 b/listbas.1 index 07ef088..126f00c 100644 --- a/listbas.1 +++ b/listbas.1 @@ -44,7 +44,7 @@ escape sequences for inverse video and color syntax highlighting. .sp \fBlistbas\fP supports several BASIC dialects used on the Atari. By default, the BASIC dialect is autodetected by running \fBwhichbas\fP(1) -as an external process. +as an external process. To override this, see the \fB\-b\fP option, below. .SH OPTIONS .SS BASIC options .INDENT 0.0 @@ -81,6 +81,14 @@ Include the immediate mode command (line 32768) in the output. .B \fB\-l\fP Do not print line numbers at the start of each line. \fBGOTO\fP, \fBGOSUB\fP, \fBTRAP\fP, and \fBTHEN\fP target line numbers are still printed. +.TP +.B \fB\-t\fP +Do not indent, if the program is Turbo BASIC, BASIC/A+, BASIC XL, or BASIC XE. +If you want to indent an Atari BASIC program, use \fB\-bt\fP or \fB\-bxl\fP\&. +.TP +.B \fB\-k\fP +Do not print keywords in mixed case (e.g. \fBPrint\fP, \fBGraphics\fP), +for BASIC XL or BASIC XE. .UNINDENT .SS Output modes .sp -- cgit v1.2.3