terminology: revert r77987 as it break htop.

SVN revision: 78039
This commit is contained in:
Cedric BAIL 2012-10-16 07:56:27 +00:00
parent ca40aa9b8e
commit 48f15f3850
1 changed files with 0 additions and 2 deletions

View File

@ -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