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

LibLine: Refactor suggestion handling and display logic out

This commit is contained in:
AnotherTest 2020-05-22 03:52:34 +04:30 committed by Andreas Kling
parent 65adf2aea2
commit f0862cf2b7
8 changed files with 692 additions and 303 deletions

View file

@ -1,5 +1,7 @@
set(SOURCES
Editor.cpp
SuggestionManager.cpp
XtermSuggestionDisplay.cpp
)
serenity_lib(LibLine line)