mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-08 09:35:15 +00:00
Fuck it, add a 4th virtual console. :^)
This commit is contained in:
@@ -68,6 +68,7 @@ void Keyboard::handleIRQ()
|
||||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
case '4':
|
||||
VirtualConsole::switchTo(map[ch] - '0' - 1);
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user