mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
0530ff3241
commit
a59b2e3f16
@ -282,7 +282,8 @@ class Char_cell_array_character_screen : public Terminal::Character_screen
|
||||
void ed()
|
||||
{
|
||||
/* clear to end of screen */
|
||||
_char_cell_array.clear(_cursor_pos.y, _boundary.height - 1);
|
||||
el();
|
||||
_char_cell_array.clear(_cursor_pos.y + 1, _boundary.height - 1);
|
||||
}
|
||||
|
||||
void el()
|
||||
|
Loading…
Reference in New Issue
Block a user