aboutsummaryrefslogtreecommitdiff
path: root/uxd.rst
diff options
context:
space:
mode:
Diffstat (limited to 'uxd.rst')
-rw-r--r--uxd.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/uxd.rst b/uxd.rst
index ca19c9a..16a6a37 100644
--- a/uxd.rst
+++ b/uxd.rst
@@ -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.