mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 09:52:31 +00:00
Fuck it, add a 4th virtual console. :^)
This commit is contained in:
parent
4dec23b487
commit
7be30a2fa8
Notes:
sideshowbarker
2024-07-19 18:36:06 +09:00
Author: https://github.com/awesomekling
Commit: 7be30a2fa8
2 changed files with 5 additions and 0 deletions
|
@ -68,6 +68,7 @@ void Keyboard::handleIRQ()
|
|||
case '1':
|
||||
case '2':
|
||||
case '3':
|
||||
case '4':
|
||||
VirtualConsole::switchTo(map[ch] - '0' - 1);
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue