emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/coterm ce3206fbd7: Detect 'mpv -v' prompt


From: ELPA Syncer
Subject: [elpa] externals/coterm ce3206fbd7: Detect 'mpv -v' prompt
Date: Mon, 2 Jan 2023 10:57:41 -0500 (EST)

branch: externals/coterm
commit ce3206fbd7156685e2d2f3fbc39b3eea3334754b
Author: Miha Rihtaršič <miha@kamnitnik.top>
Commit: Miha Rihtaršič <miha@kamnitnik.top>

    Detect 'mpv -v' prompt
---
 coterm.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/coterm.el b/coterm.el
index a673a43f01..e68a21c05d 100644
--- a/coterm.el
+++ b/coterm.el
@@ -480,6 +480,7 @@ active if these status prompt erasures are detected."
       (forward-line -1)
       (prog1 (looking-at
               (concat "\\(?:.*\n\\)?"
+                      (regexp-opt '("[statusline] " "")) ; mpv -v
                       (regexp-opt '("(Paused) " "(Buffering) " "(...) " ""))
                       "\\(?:[AV]\\|AV\\): "
                       "-?[0-9][0-9]:[0-9][0-9]:[0-9][0-9] / "



reply via email to

[Prev in Thread] Current Thread [Next in Thread]