1
Fork 0
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:
AnotherTest 2020-08-17 20:38:10 +04:30 committed by Andreas Kling
parent d0aab41628
commit 32839d40e3
4 changed files with 653 additions and 464 deletions

View file

@ -1,5 +1,6 @@
set(SOURCES
Editor.cpp
InternalFunctions.cpp
SuggestionManager.cpp
XtermSuggestionDisplay.cpp
)