From 3bca7ca557f99e07c117874a2802e2d2434571a4 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Fri, 7 Aug 2009 07:04:02 +0000 Subject: [PATCH] * term.el (term-handle-ansi-escape): Add comments with the terminfo capabilities implemented. * e/eterm-color.ti (msgr, u6, u7): New capabilities. --- etc/ChangeLog | 4 ++++ etc/e/eterm-color | Bin 1163 -> 1179 bytes etc/e/eterm-color.ti | 3 +++ lisp/ChangeLog | 5 +++++ lisp/term.el | 3 ++- 5 files changed, 14 insertions(+), 1 deletion(-) diff --git a/etc/ChangeLog b/etc/ChangeLog index 746c1f9ed85..eb9a310cb28 100644 --- a/etc/ChangeLog +++ b/etc/ChangeLog @@ -1,3 +1,7 @@ +2009-08-07 Dan Nicolaescu + + * e/eterm-color.ti (msgr, u6, u7): New capabilities. + 2009-08-02 Michael Albinus * NEWS: Autorevert Tail mode works now for remote files. diff --git a/etc/e/eterm-color b/etc/e/eterm-color index 5a208473e3e869e5ca870d3d606801fe1c9e5525..bd3f5003ae620db49b89a2c1387b0ba1c836f4f1 100644 GIT binary patch delta 77 zcmeC?oXyEC#puq!4}_VFo)fvl*ck&D{{NR?n9Rs1va!aGiA#`ChVefTC^AmI$XLa! e#b~uTkXeM0S2a^L#acBbh(S8qEN^lWizWc + + * term.el (term-handle-ansi-escape): Add comments with the + terminfo capabilities implemented. + 2009-08-06 Dmitry Dzhus * progmodes/gdb-mi.el (gdb-var-create-regexp): Removed. diff --git a/lisp/term.el b/lisp/term.el index 68a8e209558..4c2997cd3ba 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -3363,10 +3363,11 @@ See `term-prompt-regexp'." (term-handle-colors-array term-terminal-previous-parameter)) (term-handle-colors-array term-terminal-parameter)) - ;; \E[6n - Report cursor position + ;; \E[6n - Report cursor position (terminfo: u7) ((eq char ?n) (term-handle-deferred-scroll) (process-send-string proc + ;; (terminfo: u6) (format "\e[%s;%sR" (1+ (term-current-row)) (1+ (term-horizontal-column))))) -- 2.39.2