1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:28:11 +00:00
serenity/Terminal
Andreas Kling b46ae2bf09 Get rid of Vnode concept.
We already have an abstraction between Process and Inode/CharacterDevice/FIFO
and it's called FileDescriptor. :^)
2019-01-16 12:57:07 +01:00
..
.gitignore Add Terminal/.gitignore 2019-01-15 04:49:01 +01:00
main.cpp Get rid of Vnode concept. 2019-01-16 12:57:07 +01:00
Makefile Start working on a graphical Terminal program. 2019-01-15 04:30:55 +01:00
Terminal.cpp Terminal: optimize repaints a bunch. 2019-01-15 10:23:15 +01:00
Terminal.h Terminal: optimize repaints a bunch. 2019-01-15 10:23:15 +01:00