mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-22 17:29:01 +00:00
LibLine: Make (almost) all key actions configurable
This moves all internal functions to a new file, and defines the old keybinds with register_key_input_callback().
This commit is contained in:
parent
d0aab41628
commit
32839d40e3
Notes:
sideshowbarker
2024-07-19 03:27:52 +09:00
Author: https://github.com/alimpfard
Commit: 32839d40e3
Pull-request: https://github.com/SerenityOS/serenity/pull/3193
4 changed files with 653 additions and 464 deletions
|
@ -1,5 +1,6 @@
|
|||
set(SOURCES
|
||||
Editor.cpp
|
||||
InternalFunctions.cpp
|
||||
SuggestionManager.cpp
|
||||
XtermSuggestionDisplay.cpp
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue