mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:58:11 +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
4 changed files with 93 additions and 95 deletions
|
@ -231,7 +231,7 @@ void init()
|
|||
tty1 = new VirtualConsole(1);
|
||||
tty2 = new VirtualConsole(2);
|
||||
tty3 = new VirtualConsole(3);
|
||||
VirtualConsole::switchTo(0);
|
||||
VirtualConsole::switch_to(0);
|
||||
|
||||
kprintf("Starting Serenity Operating System...\n");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue