Rename clear_screen() to input_clear_screen()

This matches input_unclear_screen(), and avoids a clash with the clear_screen identifier defined in
terminfo's <term.h>.
This commit is contained in:
Kevin Easton
2018-12-10 23:29:45 +11:00
parent 902ee7c455
commit 9524f8996c
3 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@
/* keybinding functions */
void backward_character (char, char *);
void backward_history (char, char *);
void clear_screen (char, char *);
void input_clear_screen (char, char *);
void command_completion (char, char *);
void forward_character (char, char *);
void forward_history (char, char *);