From 7b7bccf53b94ea80c60f5b9ee4b4a8c64cce5823 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 17 Jul 2024 04:52:08 -0400 Subject: listbas: tweak doc. --- listbas.1 | 9 ++++++++- listbas.rst | 6 ++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/listbas.1 b/listbas.1 index f4160de..07ef088 100644 --- a/listbas.1 +++ b/listbas.1 @@ -27,7 +27,7 @@ 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-16" "0.2.1" "Urchlay's Atari 8-bit Tools" +.TH "LISTBAS" 1 "2024-07-17" "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 @@ -237,6 +237,13 @@ Black and white are not used by default because presumably, one or the other is the background color of the terminal. .SH NOTES .sp +So far, \fBlistbas\fP doesn\(aqt support the indentation that BASIC A+/XL/XE +do by default. It acts like \fBSET 12,0\fP has been executed... though +BASIC A+ doesn\(aqt actually \fIhave\fP this option, and the indentation can\(aqt +be turned off in A+ at all. +.sp +\-\- +.sp \fBlistbas\fP will refuse to operate on a LIST\-protected program with scrambled variable names. For code\-protected programs, it will stop at the line with the invalid offset. Use \fBunprotbas\fP(1) to remove the diff --git a/listbas.rst b/listbas.rst index 57ba0f8..7895b1b 100644 --- a/listbas.rst +++ b/listbas.rst @@ -203,6 +203,12 @@ other is the background color of the terminal. NOTES ===== +So far, **listbas** doesn't support the indentation that BASIC A+/XL/XE +do by default. It acts like **SET 12,0** has been executed... though +BASIC A+ doesn't actually *have* this option, and the indentation can't +be turned off in A+ at all. + +-- **listbas** will refuse to operate on a LIST-protected program with scrambled variable names. For code-protected programs, it will stop at -- cgit v1.2.3