diff options
Diffstat (limited to 'fish/progress.h')
-rw-r--r-- | fish/progress.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish/progress.h b/fish/progress.h index ad9d23a2..0e965f14 100644 --- a/fish/progress.h +++ b/fish/progress.h @@ -27,6 +27,7 @@ struct progress_bar; * * Function returns a handle, or NULL if there was an error. */ +#define PROGRESS_BAR_MACHINE_READABLE 1 extern struct progress_bar *progress_bar_init (unsigned flags); /* This should be called at the start of each command. */ |