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)