force_ltr also makes FriBidi usable

Add above fact to documentation.
This commit is contained in:
Fredrick Brennan 2020-01-17 17:57:26 +08:00
parent 6b5acc4d3d
commit 5a2cc4578e

View File

@ -234,7 +234,11 @@ appears to be ם actually writes into the selection buffer the character י.
Kitty's default behavior is useful in conjunction with a filter to reverse the Kitty's default behavior is useful in conjunction with a filter to reverse the
word order, however, if you wish to manipulate RTL glyphs, it can be very word order, however, if you wish to manipulate RTL glyphs, it can be very
challenging to work with, so this option is provided to turn it off.""")) challenging to work with, so this option is provided to turn it off.
Furthermore, this option can be used with the command line program
:link:`GNU FriBidi <https://github.com/fribidi/fribidi#executable>` to get BIDI
support, because it will force HarfBuzz to always treat the text as LTR, which
FriBidi expects for terminals."""))
def adjust_line_height(x): def adjust_line_height(x):