]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - misc/terminfo.src
ncurses 5.7 - patch 20100227
[ncurses.git] / misc / terminfo.src
index 7c02d1f90b502c3e4a253c8d5cdce307b9418d37..c21586afcb6d9e6e3271a44227778ab8513514cd 100644 (file)
@@ -6,8 +6,8 @@
 # Report bugs and new terminal descriptions to
 #      bug-ncurses@gnu.org
 #
-#      $Revision: 1.359 $
-#      $Date: 2010/02/06 20:55:33 $
+#      $Revision: 1.361 $
+#      $Date: 2010/02/24 00:56:04 $
 #
 # The original header is preserved below for reference.  It is noted that there
 # is a "newer" version which differs in some cosmetic details (but actually
@@ -4526,7 +4526,8 @@ screen|VT 100/ANSI X3.64 virtual terminal,
 # The bce and status-line entries are from screen 3.9.13 (and require some
 # changes to .screenrc).
 screen-bce|VT 100/ANSI X3.64 virtual terminal with bce,
-       bce, use=screen,
+       bce,
+       ech@, use=screen,
 screen-s|VT 100/ANSI X3.64 virtual terminal with hardstatus line,
        dsl=\E_\E\\, fsl=\E\\, tsl=\E_, use=screen,
 
@@ -4625,6 +4626,12 @@ screen.rxvt|screen in rxvt,
        use=rxvt+pcfkeys, use=vt220+keypad, use=screen,
 screen.Eterm|screen in Eterm,
        use=screen+fkeys, use=Eterm,
+screen.mrxvt|screen in mrxvt,
+       use=screen+fkeys, use=mrxvt,
+screen.gnome|screen in GNOME Terminal,
+       use=screen+fkeys, use=gnome,
+screen.konsole|screen in KDE console window,
+       use=screen+fkeys, use=konsole,
 # fix the backspace key
 screen.linux|screen in linux console,
        bw,
@@ -4632,6 +4639,44 @@ screen.linux|screen in linux console,
 screen.mlterm|screen in mlterm,
        use=screen+fkeys, use=mlterm,
 
+# The default "screen" entry is reasonably portable, but not optimal for the
+# most widely-used terminal emulators.  The "bce" capability is supported in
+# screen since 3.9.13, and when used, will require fewer characters to be sent
+# to the terminal for updates.
+#
+# If you are using only terminals which support bce, then you can use this
+# feature in your screen configuration.
+#
+# Adding these lines to your ".screenrc" file will allow using these customized
+# entries:
+#      term screen-bce
+#      bce on
+#      defbce on
+screen-bce.xterm-new|screen optimized for modern xterm,
+       bce,
+       ech@, use=screen.xterm-new,
+screen-bce.rxvt|screen optimized for rxvt,
+       bce,
+       ech@, use=screen.rxvt,
+screen-bce.Eterm|screen optimized for Eterm,
+       bce,
+       ech@, use=screen.Eterm,
+screen-bce.mrxvt|screen optimized for mrxvt,
+       bce,
+       ech@, use=screen.mrxvt,
+screen-bce.gnome|screen optimized for GNOME-Terminal,
+       bce,
+       ech@, use=screen.gnome,
+screen-bce.konsole|screen optimized for KDE console window,
+       bce,
+       ech@, use=screen.konsole,
+screen-bce.linux|screen optimized for linux console,
+       bce,
+       ech@, use=screen.linux,
+screen-bce.mlterm|screen optimized for mlterm,
+       bce,
+       ech@, use=screen.mlterm,
+
 screen-w|VT 100/ANSI X3.64 virtual terminal with 132 cols,
        cols#132, use=screen,
 
@@ -22096,6 +22141,13 @@ v3220|LANPAR Vision II model 3220/3221/3222,
 # 2010-02-06
 #      * update mrxvt to 0.5.4, add mrxvt-256color -TD
 #
+# 2010-02-13
+#      * add several screen-bce.XXX entries -TD
+#
+# 2010-02-23
+#      * modify screen-bce.XXX entries to exclude ech, since screen's color
+#        model does not clear with color for that feature -TD
+#
 # The following sets edit modes for GNU EMACS.
 # Local Variables:
 # fill-prefix:"\t"