aboutsummaryrefslogtreecommitdiff
path: root/include/mingw.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-04-13 13:13:01 +0100
committerRon Yorston <rmy@pobox.com>2020-04-13 13:35:49 +0100
commit026bf90b29314486d64f93c0633dffda8ac58379 (patch)
tree3624c2be4bae9038eeaf49c5e80ceef5030d1390 /include/mingw.h
parent10e14d5ebdfdfe3acd1cd60692d9cffd07de04e2 (diff)
downloadbusybox-w32-026bf90b29314486d64f93c0633dffda8ac58379.tar.gz
busybox-w32-026bf90b29314486d64f93c0633dffda8ac58379.tar.bz2
busybox-w32-026bf90b29314486d64f93c0633dffda8ac58379.zip
ash: reset ANSI emulation when BB_SKIP_ANSI_EMULATION changes
Update the skip status on the first call to skip_ansi_emulation() and whenever the BB_SKIP_ANSI_EMULATION variable changes.
Diffstat (limited to 'include/mingw.h')
-rw-r--r--include/mingw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mingw.h b/include/mingw.h
index 3516cd31c..0fead43c9 100644
--- a/include/mingw.h
+++ b/include/mingw.h
@@ -538,3 +538,4 @@ char *xabsolute_path(char *path);
538char *get_drive_cwd(const char *path, char *buffer, int size); 538char *get_drive_cwd(const char *path, char *buffer, int size);
539void fix_path_case(char *path); 539void fix_path_case(char *path);
540void seek_sparse(int fd, size_t size); 540void seek_sparse(int fd, size_t size);
541int skip_ansi_emulation(int reset);