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
commit 32839d40e3
Notes: sideshowbarker 2024-07-19 03:27:52 +09:00
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
)