diff options
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -410,8 +410,8 @@ void init_screen(){ cutbuf.num = 0; undo_sz = 0; - undo_cur = -1; - undo_lst = -1; + undo_cur = -2; + undo_lst = -2; } void find_nonblank_rect(int *x1, int *y1, int *x2, int *y2){ |