diff options
Diffstat (limited to 'screen.c')
-rw-r--r-- | screen.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -409,6 +409,7 @@ void init_screen(){ cutbuf.l = NULL; cutbuf.num = 0; + undo = NULL; undo_sz = 0; undo_cur = -2; undo_lst = -2; |