1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-07 12:17:36 +00:00

Fuck it, add a 4th virtual console. :^)

This commit is contained in:
Andreas Kling 2018-10-31 00:27:34 +01:00
parent 4dec23b487
commit 7be30a2fa8
2 changed files with 5 additions and 0 deletions

View file

@ -68,6 +68,7 @@ void Keyboard::handleIRQ()
case '1':
case '2':
case '3':
case '4':
VirtualConsole::switchTo(map[ch] - '0' - 1);
break;
default: