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

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

[elpa] externals/coterm ab1dcd4 14/80: Fix typo


From: ELPA Syncer
Subject: [elpa] externals/coterm ab1dcd4 14/80: Fix typo
Date: Wed, 13 Oct 2021 18:57:27 -0400 (EDT)

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

    Fix typo
---
 coterm.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/coterm.el b/coterm.el
index 0a7fd87..7ce92c4 100644
--- a/coterm.el
+++ b/coterm.el
@@ -321,7 +321,7 @@ initialize it sensibly."
                          (setq coterm--t-col (car cursor))
                          (setq cursor (cdr cursor))
                          (when (car cursor)
-                           (setq coterm--t-row (caar cursor)))))
+                           (setq ansi-color-context-region (caar cursor)))))
                    (?c (ins) ;; \Ec - Reset (terminfo: rs1)
                        (erase-buffer)
                        (when (boundp 'ansi-color-context-region)



reply via email to

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