1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-17 01:17:35 +00:00
serenity/Userland/Libraries/LibLine
Nícolas F. R. A. Prado 9e81c2dc83 LibLine: Update inline search cursor after kill_line (^U) command
After the kill_line (^U) command was used, searching backwards in the
history would still filter based on the text previous to the deletion.

Update the inline search cursor like already done in other internal
functions, so the text used for search is the current one.
2022-02-27 00:14:10 +03:30
..
CMakeLists.txt Libraries: Move to Userland/Libraries/ 2021-01-12 12:17:46 +01:00
Editor.cpp LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods 2022-02-16 19:49:41 -05:00
Editor.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
InternalFunctions.cpp LibLine: Update inline search cursor after kill_line (^U) command 2022-02-27 00:14:10 +03:30
KeyCallbackMachine.cpp LibLine: Correct spelling mistake in variable name 2021-07-21 14:15:24 +02:00
KeyCallbackMachine.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
Span.h Everywhere: Use "the SerenityOS developers." in copyright headers 2021-04-29 00:59:26 +02:00
StringMetrics.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
Style.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
SuggestionDisplay.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
SuggestionManager.cpp LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
SuggestionManager.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
VT.h LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30
XtermSuggestionDisplay.cpp LibLine: Switch all files to use east-const 2021-12-16 03:26:59 +03:30