mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-30 04:39:06 +00:00
Convert VirtualConsole to the new coding style.
I'm still playing around with finding a style that I like. This is starting to feel pleasing to the eye. I guess this is how long it took me to break free from the habit of my previous Qt/WK coding style.
This commit is contained in:
parent
fd03776443
commit
dfaa2b6b02
Notes:
sideshowbarker
2024-07-19 18:34:49 +09:00
Author: https://github.com/awesomekling
Commit: dfaa2b6b02
4 changed files with 93 additions and 95 deletions
|
@ -69,7 +69,7 @@ void Keyboard::handleIRQ()
|
|||
case '2':
|
||||
case '3':
|
||||
case '4':
|
||||
VirtualConsole::switchTo(map[ch] - '0' - 1);
|
||||
VirtualConsole::switch_to(map[ch] - '0' - 1);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue