diff options
| author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2025-10-09 16:57:42 -0500 |
|---|---|---|
| committer | Alejandro Colomar <alx@kernel.org> | 2025-10-10 00:13:05 +0200 |
| commit | d0a516fb66fab417d3879da8680a0326cfbc74d4 (patch) | |
| tree | 4811460e6e1ecada18c65a98dbd9dc8942d834ec | |
| parent | 330e4c9cc380b6fdf3fb15064be3758a59c8b83f (diff) | |
| download | man-pages-d0a516fb66fab417d3879da8680a0326cfbc74d4.tar.gz | |
man/man4/console_codes.4: ffix
Use a more idiomatic means (than numeral-width horizontal motion escape
sequences `\0`) of setting table entries that are indented with respect
to other entries in the same column.
Use table region continuation (`.T&`) and the `A` column classifier.
See tbl(1).
Signed-off-by: "G. Branden Robinson" <g.branden.robinson@gmail.com>
Message-ID: <20251009215742.w44sai53jje46m6h@illithid>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
| -rw-r--r-- | man/man4/console_codes.4 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/man/man4/console_codes.4 b/man/man4/console_codes.4 index 77ccca3696..4ef23a4bd9 100644 --- a/man/man4/console_codes.4 +++ b/man/man4/console_codes.4 @@ -150,11 +150,15 @@ ESC 8 DECRC T{ Restore state most recently saved by ESC 7. T} ESC % Start sequence selecting character set +.T& +l l ax. ESC % @ T{ -\0\0\0Select default (ISO/IEC\~646 / ISO/IEC\~8859-1) +Select default (ISO/IEC\~646 / ISO/IEC\~8859-1) T} -ESC % G \0\0\0Select UTF-8 -ESC % 8 \0\0\0Select UTF-8 (obsolete) +ESC % G Select UTF-8 +ESC % 8 Select UTF-8 (obsolete) +.T& +l l lx. ESC # 8 DECALN T{ DEC screen alignment test \- fill screen with E's. T} |
