Files
ladybird/Userland/Libraries/LibLine/InternalFunctions.cpp
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

18 KiB