diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-20 00:15:06 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-20 00:15:06 -0800 |
commit | 583c389e7e431583de4fd8f6c06495a9b015c528 (patch) | |
tree | 609e9d87e2f4063146b252b42c4c83ac57081efa /cache.h | |
parent | 592d051759f27ba6f5295423c8e13922081d79e1 (diff) | |
parent | ad6c3739a33586ba15a8c5c245dcd59e8a31cef1 (diff) | |
download | git-583c389e7e431583de4fd8f6c06495a9b015c528.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |