diff options
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,8 +18,6 @@ enum editor_key { #define CTRL_KEY(k) ((k) & 0x1f) -int editor_read_key(); -void editor_move_cursor(struct editor_state* editor, int key); -void editor_process_keypress(struct editor_state* editor, int keycode); +void editor_process_keypress(struct editor_state *editor, int keycode); #endif |