ladybird/Libraries/LibLine
Jelle Raaijmakers 9bf250c8d1 LibLine: Correctly handle consumed code points in Editor
We should not compare code point offsets to byte offsets, but compare
the consumed code points to the input's length expressed in code points
instead.

Relates to #5547.
2025-07-22 18:49:14 +02:00
..
CMakeLists.txt CMake: Rename serenity_* helper functions/macros to ladybird_* 2025-07-03 23:19:41 +02:00
Editor.cpp LibLine: Correctly handle consumed code points in Editor 2025-07-22 18:49:14 +02:00
Editor.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
InternalFunctions.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
KeyCallbackMachine.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
KeyCallbackMachine.h Everywhere: Run clang-format 2024-12-28 05:39:32 -08:00
Span.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
StringMetrics.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Style.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
SuggestionDisplay.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionManager.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SuggestionManager.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
VT.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
XtermSuggestionDisplay.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00