Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-10 01:25:45 +0300
committerJunio C Hamano <gitster@pobox.com>2019-07-10 01:25:45 +0300
commit6624e07b36c97e04ba68c8310a70bc69433e187e (patch)
tree8581bf4a6011e865729a154f5bb0ded87e05d6ac /cache.h
parent88176b7023efc5c147539791610f58d671fe1978 (diff)
parent5b12e3123b7b70e3875404a4ffe571ca079364fe (diff)
Merge branch 'sg/rebase-progress'
Use "Erase in Line" CSI sequence that is already used in the editor support to clear cruft in the progress output. * sg/rebase-progress: progress: use term_clear_line() rebase: fix garbled progress display with '-x' pager: add a helper function to clear the last line in the terminal t3404: make the 'rebase.missingCommitsCheck=ignore' test more focused t3404: modernize here doc style
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 37e0b82064..3167585cab 100644
--- a/cache.h
+++ b/cache.h
@@ -1735,6 +1735,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);