summaryrefslogtreecommitdiff
path: root/gramscii.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2019-07-31 11:19:55 +0100
committerKatolaZ <katolaz@freaknet.org>2019-07-31 11:19:55 +0100
commitf3100ddd486d6f39b0c97c9c492bb6020bf3caf1 (patch)
tree729407153bc35d950ef5a46045f5d6a9c71bdcf2 /gramscii.h
parent526ce3a130732d4a2374a6e36a689d9e0cf5cc34 (diff)
add undo support for box, visual, cut/paste
Diffstat (limited to 'gramscii.h')
-rw-r--r--gramscii.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gramscii.h b/gramscii.h
index 73b9db7..cadde2d 100644
--- a/gramscii.h
+++ b/gramscii.h
@@ -44,8 +44,8 @@
#define VIDEO_NRM 0
#define VIDEO_REV 7
-#define CUR 0x01
-#define LST 0x02
+#define PRV_STATE 0x01
+#define NEW_STATE 0x02
/** types **/