commit | 3dddc11603b1bd66b5586b47795716e87921a096 | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri Feb 05 12:29:18 2021 +0000 |
committer | nicm <nicm> | Fri Feb 05 12:29:18 2021 +0000 |
tree | 52a11e2f6c59655ccdb575ffd5ed4ab72d9b97fd | |
parent | be471c328ea0ae04026e4ff32fda7b7f11c74255 [diff] |
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.