summaryrefslogtreecommitdiffstats
path: root/common/msg_control.h
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-12-15 19:38:07 +0100
committerDudemanguy <random342@airmail.cc>2023-12-27 20:59:22 +0000
commitcadb68487e9c8f4237ba59b672180ad1460db514 (patch)
tree5dc379238569090600360e2f36340b9474147e27 /common/msg_control.h
parent19a37f625fcd502acea42b4f27029c8be724d40c (diff)
downloadmpv-cadb68487e9c8f4237ba59b672180ad1460db514.tar.bz2
mpv-cadb68487e9c8f4237ba59b672180ad1460db514.tar.xz
msg: keep status line on the end of file
Apparently found useful by some users. Fixes: #13092
Diffstat (limited to 'common/msg_control.h')
-rw-r--r--common/msg_control.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/msg_control.h b/common/msg_control.h
index e4da59e870..0b52ce5a00 100644
--- a/common/msg_control.h
+++ b/common/msg_control.h
@@ -14,7 +14,7 @@ bool mp_msg_has_status_line(struct mpv_global *global);
bool mp_msg_has_log_file(struct mpv_global *global);
void mp_msg_set_early_logging(struct mpv_global *global, bool enable);
-void mp_msg_flush_status_line(struct mp_log *log);
+void mp_msg_flush_status_line(struct mp_log *log, bool clear);
void mp_msg_set_term_title(struct mp_log *log, const char *title);
struct mp_log_buffer_entry {