diff options
author | Ron Yorston <rmy@pobox.com> | 2016-04-26 11:12:42 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2016-04-26 11:12:42 +0100 |
commit | fd476d8629d489245e18ec278d3c846ab1359eec (patch) | |
tree | da17890f38659af2d2fb6b00872fe7b81a2472b9 /include | |
parent | 9a7f488564610817a7b9d9d44d7db154e444eb7d (diff) | |
download | busybox-w32-fd476d8629d489245e18ec278d3c846ab1359eec.tar.gz busybox-w32-fd476d8629d489245e18ec278d3c846ab1359eec.tar.bz2 busybox-w32-fd476d8629d489245e18ec278d3c846ab1359eec.zip |
libbb/lineedit: scroll to cursor position on any keypress
Also improve erase_till_end_of_screen. Based on suggestions from
GitHub user avih.
Diffstat (limited to 'include')
-rw-r--r-- | include/mingw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h index f30338ba8..5faef41bf 100644 --- a/include/mingw.h +++ b/include/mingw.h | |||
@@ -154,6 +154,7 @@ int mingw_pclose(FILE *fd); | |||
154 | * ANSI emulation wrappers | 154 | * ANSI emulation wrappers |
155 | */ | 155 | */ |
156 | 156 | ||
157 | void move_cursor_row(int n); | ||
157 | int winansi_putchar(int c); | 158 | int winansi_putchar(int c); |
158 | int winansi_puts(const char *s); | 159 | int winansi_puts(const char *s); |
159 | size_t winansi_fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream); | 160 | size_t winansi_fwrite(const void *ptr, size_t size, size_t nmemb, FILE *stream); |