mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 22:37:35 +00:00
LibVT: Move TerminalWidget from the Terminal app to here
It would be nice to be able to reuse this widget in other apps. :^)
This commit is contained in:
parent
c1f72e0bbf
commit
8b4903e733
7 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,8 @@
|
|||
include ../../Makefile.common
|
||||
|
||||
OBJS = \
|
||||
Terminal.o
|
||||
Terminal.o \
|
||||
TerminalWidget.o
|
||||
|
||||
LIBRARY = libvt.a
|
||||
DEFINES += -DUSERLAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue