branch: externals/coterm
commit bfcd5e4271dea42be937365ab285a5aa2f5a4027
Author: m <>
Commit: m <>

    Properly indicate that pmark is synchronized
---
 coterm.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/coterm.el b/coterm.el
index 340548b..6600acf 100644
--- a/coterm.el
+++ b/coterm.el
@@ -835,6 +835,8 @@ buffer and the scrolling region must cover the whole 
screen."
           (setq restore-point (if (= (point) pmark) pmark (point-marker)))
           (setq old-pmark (copy-marker pmark window-point-insertion-type))
           (coterm--t-adjust-from-pmark pmark)
+          (setq coterm--t-pmark-in-sync t)
+
           (save-restriction
             (coterm--narrow-to-process-output pmark)
 

Reply via email to