aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-03-09 11:40:42 +0000
committerRon Yorston <rmy@pobox.com>2019-03-09 11:40:42 +0000
commit486582a7307cf845ee52fcb6f9ede2d92c69ed86 (patch)
treee2d071b981aae8fc33f1df22cc4c1a0d71a0f491 /include
parent8fcbe777412b301e5dddd4931b2e1016802141b8 (diff)
downloadbusybox-w32-486582a7307cf845ee52fcb6f9ede2d92c69ed86.tar.gz
busybox-w32-486582a7307cf845ee52fcb6f9ede2d92c69ed86.tar.bz2
busybox-w32-486582a7307cf845ee52fcb6f9ede2d92c69ed86.zip
su: change title of console window
Diffstat (limited to 'include')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 52759b7b1..ead07ae82 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -144,6 +144,7 @@ int mingw_pclose(FILE *fd);
144 * ANSI emulation wrappers 144 * ANSI emulation wrappers
145 */ 145 */
146 146
147void set_title(const char *str);
147void move_cursor_row(int n); 148void move_cursor_row(int n);
148void reset_screen(void); 149void reset_screen(void);
149int winansi_putchar(int c); 150int winansi_putchar(int c);