diff --git a/src/bin/termptyops.c b/src/bin/termptyops.c index 5be2ad53..e300db45 100644 --- a/src/bin/termptyops.c +++ b/src/bin/termptyops.c @@ -86,7 +86,7 @@ termpty_text_scroll(Termpty *ty, Eina_Bool clear) termpty_cell_copy(ty, cells, cells2, w); } if (clear) - termpty_cells_clear(ty, cells + x, w); + termpty_cells_clear(ty, cells, w); } }