pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cea02b
)
Remove unused fields in cursor_movement
author
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Thu, 15 Nov 2012 19:57:33 +0000
(20:57 +0100)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Thu, 15 Nov 2012 19:57:33 +0000
(20:57 +0100)
---
st.c | 4 ----
1 file changed, 4 deletions(-)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
0a8382c
..
db21901
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-89,10
+89,6
@@
enum glyph_attribute {
};
enum cursor_movement {
- CURSOR_UP,
- CURSOR_DOWN,
- CURSOR_LEFT,
- CURSOR_RIGHT,
CURSOR_SAVE,
CURSOR_LOAD
};