about summary refs log tree commit diff
path: root/Src/Zle/zle.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-03-29 20:31:33 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-03-29 20:31:33 +0000
commit13a45d74eb246894516aa9315622cf99d7f27697 (patch)
tree680a07a1d9c4215c050b41e89c9bf1d7f3491e95 /Src/Zle/zle.h
parent8bb9818cd403092830896c7c7dd02e3ccd744213 (diff)
downloadzsh-13a45d74eb246894516aa9315622cf99d7f27697.tar.gz
zsh-13a45d74eb246894516aa9315622cf99d7f27697.tar.xz
zsh-13a45d74eb246894516aa9315622cf99d7f27697.zip
users/16932: implement $UNDO_CHANGE_NO and argument to undo widget
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r--Src/Zle/zle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index bedf28f17..cf44b47d2 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -269,6 +269,7 @@ struct change {
     ZLE_STRING_T ins;		/* characters to insert */
     int insl;			/* no. of characters in ins */
     int old_cs, new_cs;		/* old and new cursor positions */
+    zlong changeno;             /* unique number of this change */
 };
 
 #define CH_NEXT (1<<0)   /* next structure is also part of this change */