mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-02 02:49:15 +00:00
feat(kernel/tty): implement blinking cursor
This commit is contained in:
@ -282,7 +282,7 @@ namespace Tasking
|
||||
|
||||
/* FIXME: DON'T DELETE THE TTY
|
||||
spawn.cpp is using this as workaround
|
||||
tty == KernelConsole::CurrentTerminal.load();
|
||||
tty == KernelConsole::CurrentTerminal.load()->Term;
|
||||
*/
|
||||
|
||||
/* If we own the pointer to the
|
||||
|
Reference in New Issue
Block a user