mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:37:45 +00:00
Terminal+LibGUI: Make the terminal cursor blink.
Added a GTimer class to help with this. It's just a simple GObject subclass that sets up an event loop timer and invokes a callback on timeout.
This commit is contained in:
parent
245c4bd7c8
commit
25f28a54a1
5 changed files with 96 additions and 1 deletions
|
@ -57,6 +57,7 @@ LIBGUI_OBJS = \
|
|||
GTreeView.o \
|
||||
GFileSystemModel.o \
|
||||
GSplitter.o \
|
||||
GTimer.o \
|
||||
GWindow.o
|
||||
|
||||
OBJS = $(SHAREDGRAPHICS_OBJS) $(LIBGUI_OBJS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue