Added input editing and buffer
Left and right arrows for inline editing. Up arrow to go through history
This commit is contained in:
@@ -78,7 +78,7 @@ void status_bar_active(int win);
|
||||
void status_bar_update_time(void);
|
||||
|
||||
// input window actions
|
||||
void inp_poll_char(int *ch, char command[], int *size);
|
||||
void inp_poll_char(int *ch, char *input, int *size);
|
||||
void inp_clear(void);
|
||||
void inp_put_back(void);
|
||||
void inp_non_block(void);
|
||||
|
||||
Reference in New Issue
Block a user