ladybird/Userland/Libraries/LibLine
Ali Mohammad Pur 36f0499cc8 LibLine: Use grapheme clusters for cursor management
This makes using the line editor much nicer when multi-code-point
graphemes are present in the input (e.g. flag emojis, or some cjk
glyphs), and avoids messing up the buffer when deleting text, or
cursoring around.
2023-12-16 22:11:43 +01:00
..
CMakeLists.txt LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
Editor.cpp LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
Editor.h LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
InternalFunctions.cpp LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
KeyCallbackMachine.cpp
KeyCallbackMachine.h AK: Rename GenericTraits to DefaultTraits 2023-11-09 10:05:51 -05:00
Span.h
StringMetrics.h LibLine: Use grapheme clusters for cursor management 2023-12-16 22:11:43 +01:00
Style.h
SuggestionDisplay.h Everywhere: Remove unused DeprecatedString includes 2023-04-09 22:00:54 +02:00
SuggestionManager.cpp LibLine: Remove duplicate members in CompletionSuggestion 2023-12-15 16:58:03 +03:30
SuggestionManager.h LibLine: Remove duplicate members in CompletionSuggestion 2023-12-15 16:58:03 +03:30
VT.h Everywhere: Use nested namespace qualifiers 2023-07-12 10:05:42 +03:30
XtermSuggestionDisplay.cpp LibLine: Remove duplicate members in CompletionSuggestion 2023-12-15 16:58:03 +03:30