mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-10 22:44:30 +00:00
parent
0530ff3241
commit
a59b2e3f16
@ -282,7 +282,8 @@ class Char_cell_array_character_screen : public Terminal::Character_screen
|
|||||||
void ed()
|
void ed()
|
||||||
{
|
{
|
||||||
/* clear to end of screen */
|
/* 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()
|
void el()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user