1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 10:57:35 +00:00

LibLine: Support multi-character key callbacks

This commit is contained in:
AnotherTest 2020-10-19 09:39:36 +03:30 committed by Andreas Kling
parent f79e28bd65
commit c057225a36
5 changed files with 259 additions and 89 deletions

View file

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