Change edit_char() from unsigned char to char

This squashes a few more warnings.
This commit is contained in:
Kevin Easton
2015-06-20 00:03:15 +10:00
parent 53f7c374cf
commit 8649c17912
3 changed files with 6 additions and 7 deletions

View File

@@ -22,6 +22,7 @@
void input_move_cursor (int);
void change_input_prompt (int);
void BX_cursor_to_input (void);
void edit_char(char);
/* keybinding functions */
void backward_character (char, char *);