summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-02-20 08:15:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-02-20 08:15:06 (GMT)
commit583c389e7e431583de4fd8f6c06495a9b015c528 (patch)
tree609e9d87e2f4063146b252b42c4c83ac57081efa /cache.h
parent592d051759f27ba6f5295423c8e13922081d79e1 (diff)
parentad6c3739a33586ba15a8c5c245dcd59e8a31cef1 (diff)
downloadgit-583c389e7e431583de4fd8f6c06495a9b015c528.zip
git-583c389e7e431583de4fd8f6c06495a9b015c528.tar.gz
git-583c389e7e431583de4fd8f6c06495a9b015c528.tar.bz2
Merge branch 'zj/term-columns'
* zj/term-columns: pager: find out the terminal width before spawning the pager
Diffstat (limited to 'cache.h')
-rw-r--r--cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cache.h b/cache.h
index ae0396b..3a8e125 100644
--- a/cache.h
+++ b/cache.h
@@ -1177,6 +1177,7 @@ extern void setup_pager(void);
extern const char *pager_program;
extern int pager_in_use(void);
extern int pager_use_color;
+extern int term_columns(void);
extern const char *editor_program;
extern const char *askpass_program;