Skip to content

Commit

Permalink
force_ltr also makes FriBidi usable
Browse files Browse the repository at this point in the history
Add above fact to documentation.
  • Loading branch information
ctrlcctrlv committed Jan 17, 2020
1 parent 6b5acc4 commit 5a2cc45
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion kitty/config_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,11 @@ def to_font_size(x):
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
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):
Expand Down

0 comments on commit 5a2cc45

Please sign in to comment.