diff options
author | Ron Yorston <rmy@pobox.com> | 2019-03-09 11:40:42 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-03-09 11:40:42 +0000 |
commit | 486582a7307cf845ee52fcb6f9ede2d92c69ed86 (patch) | |
tree | e2d071b981aae8fc33f1df22cc4c1a0d71a0f491 /include | |
parent | 8fcbe777412b301e5dddd4931b2e1016802141b8 (diff) | |
download | busybox-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.h | 1 |
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 | ||
147 | void set_title(const char *str); | ||
147 | void move_cursor_row(int n); | 148 | void move_cursor_row(int n); |
148 | void reset_screen(void); | 149 | void reset_screen(void); |
149 | int winansi_putchar(int c); | 150 | int winansi_putchar(int c); |