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.
This commit is contained in:
nicm
2021-02-05 12:29:18 +00:00
parent be471c328e
commit 3dddc11603
5 changed files with 27 additions and 7 deletions

4
tmux.1
View File

@ -5953,6 +5953,10 @@ option should be used.
An existing extension that tells
.Nm
the terminal supports default colours.
.It Em \&Bidi
Tell
.Nm
that the terminal supports the VTE bidirectional text extensions.
.It Em \&Cs , Cr
Set the cursor colour.
The first takes a single string argument and is used to set the colour;