aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/st.c b/st.c
index 0a8382c..db21901 100644
--- a/st.c
+++ b/st.c
@@ -89,10 +89,6 @@ enum glyph_attribute {
89}; 89};
90 90
91enum cursor_movement { 91enum cursor_movement {
92 CURSOR_UP,
93 CURSOR_DOWN,
94 CURSOR_LEFT,
95 CURSOR_RIGHT,
96 CURSOR_SAVE, 92 CURSOR_SAVE,
97 CURSOR_LOAD 93 CURSOR_LOAD
98}; 94};