serenity/Kernel/TTY
Sebastian Zaha 77044dd383
Kernel: Fix crash when switching to console 5 & 6
The changes in commit 20743e8 removed the s_max_virtual_consoles
constant and hardcoded the number of consoles to 4. But in
PS2KeyboardDevice the keyboard shortcuts for switching to consoles were
hardcoded to 6.

I reintroduced the constant and added it in both places.
2021-05-31 17:42:21 +01:00
..
ConsoleManagement.cpp Kernel: Fix crash when switching to console 5 & 6 2021-05-31 17:42:21 +01:00
ConsoleManagement.h Kernel: Fix crash when switching to console 5 & 6 2021-05-31 17:42:21 +01:00
MasterPTY.cpp
MasterPTY.h
PTYMultiplexer.cpp Kernel: static vs non-static constexpr variables 2021-05-19 21:21:47 +01:00
PTYMultiplexer.h
SlavePTY.cpp
SlavePTY.h
TTY.cpp Kernel: Signal EOF/EOL characters properly in TTY 2021-05-24 00:06:06 +01:00
TTY.h Kernel: Signal EOF/EOL characters properly in TTY 2021-05-24 00:06:06 +01:00
VirtualConsole.cpp LibVT: Add Alternate Screen Buffer support 2021-05-24 22:26:54 +04:30
VirtualConsole.h LibVT+Kernel: Add support for setting cursor styles 2021-05-24 11:27:58 +02:00