Lines Matching refs:cursor_row
3652 int cursor_row; in screen_ins_lines() local
3756 gui_dont_update_cursor(row + off <= gui.cursor_row); in screen_ins_lines()
3763 cursor_row = row; in screen_ins_lines()
3765 cursor_row = row + off; in screen_ins_lines()
3812 windgoto(cursor_row, cursor_col); in screen_ins_lines()
3830 if (i && cursor_row != 0) in screen_ins_lines()
3831 windgoto(cursor_row, cursor_col); in screen_ins_lines()
3883 int cursor_row; in screen_del_lines() local
3970 gui_dont_update_cursor(gui.cursor_row >= row + off in screen_del_lines()
3971 && gui.cursor_row < end + off); in screen_del_lines()
3979 cursor_row = row; in screen_del_lines()
3984 cursor_row = row + off; in screen_del_lines()
4043 windgoto(cursor_row, cursor_col); in screen_del_lines()
4049 windgoto(cursor_row, cursor_col); in screen_del_lines()
4070 windgoto(cursor_row, cursor_col); in screen_del_lines()
4075 windgoto(cursor_row + i, cursor_col); in screen_del_lines()