mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:37:34 +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
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