Allow forwards though input history

This commit is contained in:
James Booth
2012-02-27 00:48:55 +00:00
parent 2379ae895f
commit 8f48685930
3 changed files with 36 additions and 8 deletions

View File

@@ -26,6 +26,7 @@
void inpbuf_init(void);
void inpbuf_append(char *inp);
char *inpbuf_get_previous(void);
char *inpbuf_previous(void);
char *inpbuf_next(void);
#endif