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

LibVT: Move out the Line class from Terminal to its own class

This commit is contained in:
Andreas Kling 2020-05-15 18:57:50 +02:00
parent 345fbd1fc1
commit 16965db86b
6 changed files with 232 additions and 149 deletions

View file

@ -1,4 +1,5 @@
set(SOURCES
Line.cpp
Terminal.cpp
TerminalWidget.cpp
)