From 48f15f38501794d3e0a0f1237068b852c01ff29f Mon Sep 17 00:00:00 2001 From: Cedric BAIL Date: Tue, 16 Oct 2012 07:56:27 +0000 Subject: [PATCH] terminology: revert r77987 as it break htop. SVN revision: 78039 --- src/bin/termptyops.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/bin/termptyops.c b/src/bin/termptyops.c index bfd755a8..d7c2dbc9 100644 --- a/src/bin/termptyops.c +++ b/src/bin/termptyops.c @@ -97,7 +97,6 @@ _termpty_text_scroll(Termpty *ty) _termpty_text_copy(ty, cells2, cells, ty->w); } _text_clear(ty, cells2, ty->w, ' ', EINA_TRUE); - ty->state.scroll_y2 = 0; } void @@ -120,7 +119,6 @@ _termpty_text_scroll_rev(Termpty *ty) _termpty_text_copy(ty, cells, cells2, ty->w); } _text_clear(ty, cells, ty->w, ' ', EINA_TRUE); - ty->state.scroll_y2 = 0; } void