diff options
Diffstat (limited to 'lineset.c')
-rw-r--r-- | lineset.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -171,3 +171,8 @@ void copy_lines_to_ring(int y1, int y2, int which){ } #endif } + +void invalidate_undo(){ + if (undo_lst > undo_cur) + undo_lst = undo_cur; +} |