forked from Bananymous/banan-os
Kernel: Add tty to process and make termios modifiable
This commit is contained in:
@@ -59,6 +59,11 @@ namespace Kernel
|
||||
);
|
||||
}
|
||||
|
||||
TTY* TTY::current()
|
||||
{
|
||||
return s_tty;
|
||||
}
|
||||
|
||||
void TTY::on_key(Input::KeyEvent event)
|
||||
{
|
||||
ASSERT(!m_lock.is_locked());
|
||||
|
||||
Reference in New Issue
Block a user