ladybird/Libraries/LibLine
Jelle Raaijmakers 9bf250c8d1
Some checks are pending
CI / macOS, arm64, Sanitizer, Clang (push) Waiting to run
CI / Linux, x86_64, Fuzzers, Clang (push) Waiting to run
CI / Linux, x86_64, Sanitizer, GNU (push) Waiting to run
CI / Linux, x86_64, Sanitizer, Clang (push) Waiting to run
Package the js repl as a binary artifact / Linux, arm64 (push) Waiting to run
Package the js repl as a binary artifact / macOS, arm64 (push) Waiting to run
Package the js repl as a binary artifact / Linux, x86_64 (push) Waiting to run
Run test262 and test-wasm / run_and_update_results (push) Waiting to run
Lint Code / lint (push) Waiting to run
Label PRs with merge conflicts / auto-labeler (push) Waiting to run
Push notes / build (push) Waiting to run
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
InternalFunctions.cpp Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
KeyCallbackMachine.cpp
KeyCallbackMachine.h
Span.h
StringMetrics.h
Style.h Meta: Enforce newlines around namespaces 2025-05-14 02:01:59 -06:00
SuggestionDisplay.h
SuggestionManager.cpp
SuggestionManager.h
VT.h
XtermSuggestionDisplay.cpp