aboutsummaryrefslogtreecommitdiffstats
path: root/cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'cmd.h')
-rw-r--r--cmd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.h b/cmd.h
index 382f1bd4..b321863a 100644
--- a/cmd.h
+++ b/cmd.h
@@ -38,7 +38,7 @@ extern int gprintf(FILE *fp, const char *format, ...);
extern jmp_buf pager_quit_tag;
extern bool pager_quit_tag_valid;
-extern int output_is_tty;
+extern bool output_is_tty;
extern int input_fd;
extern bool input_from_tty;
extern FILE *out_fp;