From 90422fb932153b0fa414480be0ffb1ec641b83da Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 4 May 2016 02:30:18 -0400 Subject: apparently setting the scroll region shouldn't actually move the cursor --- src/screen.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/screen.c') diff --git a/src/screen.c b/src/screen.c index c3c6af7..1dc8f75 100644 --- a/src/screen.c +++ b/src/screen.c @@ -628,8 +628,6 @@ void vt100_screen_set_scroll_region( vt->grid->scroll_bottom = bottom >= vt->grid->max.row ? vt->grid->max.row - 1 : bottom; - - vt100_screen_move_to(vt, vt->grid->scroll_top, 0, 0); } void vt100_screen_reset_text_attributes(VT100Screen *vt) -- cgit v1.2.3-54-g00ecf