diff options
Diffstat (limited to 'input.h')
-rw-r--r-- | input.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,6 +20,6 @@ enum editor_key { int editor_read_key(); void editor_move_cursor(struct editor_state* editor, int key); -void editor_process_keypress(struct editor_state* editor); +void editor_process_keypress(struct editor_state* editor, int keycode); #endif |