1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 12:17:44 +00:00
serenity/Applications/Terminal
Andreas Kling 25f28a54a1 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.
2019-03-30 21:40:57 +01:00
..
.gitignore Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00
main.cpp Terminal: Export a simple PATH=/bin:/usr/bin to shells. 2019-03-27 01:36:33 +01:00
Makefile LibC: Run constructors on process startup. 2019-03-27 12:48:21 +01:00
Terminal.cpp Terminal+LibGUI: Make the terminal cursor blink. 2019-03-30 21:40:57 +01:00
Terminal.h Terminal+LibGUI: Make the terminal cursor blink. 2019-03-30 21:40:57 +01:00
XtermColors.h Move apps into a top-level Applications/ directory. 2019-02-10 08:35:01 +01:00