From 0fe4d6462bab4525c259aa2bd4c4482b987fcd45 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 25 Aug 2023 09:01:07 +0530 Subject: [PATCH] ... --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index e0ccd7a68..8c0db66a0 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -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 "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