Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
progress: use term_clear_line()
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index b4bb2e2c11adff0061065fa975874c7c4a2a318b..5b2cd32bad89b691646fa1be58fe8a1ed12f327b 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-1759,6
+1759,7
@@
void setup_pager(void);
int pager_in_use(void);
extern int pager_use_color;
int term_columns(void);
+void term_clear_line(void);
int decimal_width(uintmax_t);
int check_pager_config(const char *cmd);
void prepare_pager_args(struct child_process *, const char *pager);