1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 01:01:00 +00:00
serenity/Terminal
Andreas Kling b4e478aa50 Deallocate PTY's when they close.
This required a fair bit of plumbing. The CharacterDevice::close() virtual
will now be closed by ~FileDescriptor(), allowing device implementations to
do custom cleanup at that point.

One big problem remains: if the master PTY is closed before the slave PTY,
we go into crashy land.
2019-01-30 18:47:18 +01:00
..
.gitignore Add Terminal/.gitignore 2019-01-15 04:49:01 +01:00
main.cpp Deallocate PTY's when they close. 2019-01-30 18:47:18 +01:00
Makefile Start working on a graphical Terminal program. 2019-01-15 04:30:55 +01:00
Terminal.cpp LibC: Move Stopwatch thingy into a <serenity.h> header. 2019-01-28 23:01:47 +01:00
Terminal.h Refactor GUI rendering model to be two-phased. 2019-01-26 05:20:32 +01:00