terminfo capabilities implemented.
* e/eterm-color.ti (msgr, u6, u7): New capabilities.
+2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * e/eterm-color.ti (msgr, u6, u7): New capabilities.
+
2009-08-02 Michael Albinus <michael.albinus@gmx.de>
* NEWS: Autorevert Tail mode works now for remote files.
pairs#64,
am,
mir,
+ msgr,
xenl,
bel=^G,
bold=\E[1m,
smir=\E[4h,
smul=\E[4m,
smso=\E[7m,
+ u6=\E[%i%d;%dR,
+ u7=\E[6n,
# smcup=\E[?47h,
# rmcup=\E[?47l,
# rs2 may need to be added
+2009-08-07 Dan Nicolaescu <dann@ics.uci.edu>
+
+ * term.el (term-handle-ansi-escape): Add comments with the
+ terminfo capabilities implemented.
+
2009-08-06 Dmitry Dzhus <dima@sphinx.net.ru>
* progmodes/gdb-mi.el (gdb-var-create-regexp): Removed.
(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)))))