mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 05:24:58 +00:00

This makes using the line editor much nicer when multi-code-point graphemes are present in the input (e.g. flag emojis, or some cjk glyphs), and avoids messing up the buffer when deleting text, or cursoring around.
10 lines
225 B
CMake
10 lines
225 B
CMake
set(SOURCES
|
|
Editor.cpp
|
|
InternalFunctions.cpp
|
|
KeyCallbackMachine.cpp
|
|
SuggestionManager.cpp
|
|
XtermSuggestionDisplay.cpp
|
|
)
|
|
|
|
serenity_lib(LibLine line)
|
|
target_link_libraries(LibLine PRIVATE LibCore LibUnicode)
|