diff options
author | nicm <nicm> | 2021-02-05 12:29:18 +0000 |
---|---|---|
committer | nicm <nicm> | 2021-02-05 12:29:18 +0000 |
commit | 3dddc11603b1bd66b5586b47795716e87921a096 (patch) | |
tree | 52a11e2f6c59655ccdb575ffd5ed4ab72d9b97fd /tmux.h | |
parent | be471c328ea0ae04026e4ff32fda7b7f11c74255 (diff) | |
download | rtmux-3dddc11603b1bd66b5586b47795716e87921a096.tar.gz rtmux-3dddc11603b1bd66b5586b47795716e87921a096.tar.bz2 rtmux-3dddc11603b1bd66b5586b47795716e87921a096.zip |
Send Unicode directional isolate characters around horizontal pane
borders if the terminal support UTF-8 and an extension terminfo(5)
capability "Bidi" is present. On terminals with BiDi support (ie, VTE)
this seems to be enough to display right-to-left text acceptably enough
to be usable (with some caveats about the mouse position). Requested by
and with help from Mahmoud Elagdar in GitHub issue 2425.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -261,6 +261,7 @@ enum tty_code_code { TTYC_AX, TTYC_BCE, TTYC_BEL, + TTYC_BIDI, TTYC_BLINK, TTYC_BOLD, TTYC_CIVIS, |