This commit is contained in:
Kovid Goyal 2023-08-25 09:01:07 +05:30
parent 89fac93f14
commit 0fe4d6462b
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -68,7 +68,7 @@
words are automatically displayed in RTL. That is to say, in an RTL script, the
words "HELLO WORLD" display in kitty as "WORLD HELLO", and if you try to select
a substring of an RTL-shaped string, you will get the character that would be
there had the the string been LTR. For example, assuming the Hebrew word
there had the string been LTR. For example, assuming the Hebrew word
ירושלים, selecting the character that on the screen 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 word order, however, if you