1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-18 03:02:25 +00:00
serenity/Servers/SystemServer
Andreas Kling c029f39895 SystemServer: Don't spawn a TTYServer on on /dev/tty0
tty0 receives input while WindowServer is up, which meant that having
a shell on tty0 would cause commands typed into Terminal to run twice,
once in Terminal's shell, and once on the tty0 shell.

Long term we shouldn't send input to any VirtualConsole while the
WindowServer is up, so this just fixes the immediate weirdness. :^)
2019-08-17 14:19:18 +02:00
..
install.sh Misc: Add a simple init process 2019-05-30 02:57:15 +02:00
main.cpp SystemServer: Don't spawn a TTYServer on on /dev/tty0 2019-08-17 14:19:18 +02:00
Makefile Misc: Add a simple init process 2019-05-30 02:57:15 +02:00