forked from Bananymous/banan-os
Kernel: Make tty overload correct has_data() function
This allows snake game to work again :)
This commit is contained in:
@@ -328,7 +328,7 @@ namespace Kernel
|
||||
return count;
|
||||
}
|
||||
|
||||
bool TTY::has_data() const
|
||||
bool TTY::has_data_impl() const
|
||||
{
|
||||
LockGuard _(m_lock);
|
||||
return m_output.flush;
|
||||
|
||||
Reference in New Issue
Block a user