mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
...
This commit is contained in:
@@ -68,7 +68,7 @@ kitty does not support BIDI (bidirectional text), however, for RTL scripts,
|
|||||||
words are automatically displayed in RTL. That is to say, in an RTL script, the
|
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
|
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
|
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
|
ירושלים, selecting the character that on the screen appears to be ם actually
|
||||||
writes into the selection buffer the character י. kitty's default behavior is
|
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
|
useful in conjunction with a filter to reverse the word order, however, if you
|
||||||
|
|||||||
Reference in New Issue
Block a user