diff options
-rw-r--r-- | listbas.1 | 1 | ||||
-rw-r--r-- | listbas.rst | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -116,6 +116,7 @@ Set, rather than ATASCII. .B \fB\-a\fP Output raw ATASCII; no translation to the host character set. Must be used with redirection; \fBlistbas\fP will not write ATASCII to the terminal. +ATASCII output does not support color (because ATASCII doesn\(aqt). .TP .B \fB\-m\fP Output "magazine listing". See the \fB\-m\fP option for \fBa8cat\fP(1) for details. diff --git a/listbas.rst b/listbas.rst index 558d053..2e8f53f 100644 --- a/listbas.rst +++ b/listbas.rst @@ -98,6 +98,7 @@ characters. **-a** Output raw ATASCII; no translation to the host character set. Must be used with redirection; **listbas** will not write ATASCII to the terminal. + ATASCII output does not support color (because ATASCII doesn't). **-m** Output "magazine listing". See the **-m** option for **a8cat**\(1) for details. |