diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-07-29 12:38:19 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-07-29 12:38:19 -0700 |
commit | 3e06e74e4cc221d0b602622a5a8d472cfa3efa2d (patch) | |
tree | 1d22e6e40d9c6d8daddcf4c1a9e19a46255bfde4 /cache.h | |
parent | Merge branch 'ms/submodule-foreach-fix' into maint (diff) | |
parent | progress: use term_clear_line() (diff) | |
download | tgif-3e06e74e4cc221d0b602622a5a8d472cfa3efa2d.tar.xz |
Merge branch 'sg/rebase-progress' into maint
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |