mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
force_ltr also makes FriBidi usable
Add above fact to documentation.
This commit is contained in:
@@ -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):
|
||||||
|
|||||||
Reference in New Issue
Block a user