diff options
author | B. Watson <urchlay@slackware.uk> | 2024-12-22 17:19:53 -0500 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-12-22 17:19:53 -0500 |
commit | 69816aaa655b4028d5bac272868c4c932d8cc33f (patch) | |
tree | 8f6396eb3db04dea5070e92128f8395fb47fd9f5 /uxd.rst | |
parent | 70bf4098549604af57b09b6f4746ccebf894ae12 (diff) | |
download | uxd-69816aaa655b4028d5bac272868c4c932d8cc33f.tar.gz |
update --help
Diffstat (limited to 'uxd.rst')
-rw-r--r-- | uxd.rst | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -169,12 +169,16 @@ as *K*, *M*, and *G* for power-of-10 based (e.g. *1K* is 1000 bytes). running in UTF-8 mode. If this assumption turns out to be wrong, you can use the **-T** option instead. +.. put terminal in utf-8 mode. + -T Same as **-T**, but leaves the terminal in UTF-8 mode on exit. Can be used to recover from a previous misuse of **-t**, like so:: uxd -T -dd +.. put terminal in utf-8 mode, and leave it that way on exit. + -u Use uppercase hex digits *A-F*. Default is lowercase. |