*** empty log message ***
authorpcg <pcg>
Thu, 29 Jan 2004 23:31:45 +0000 (23:31 +0000)
committerpcg <pcg>
Thu, 29 Jan 2004 23:31:45 +0000 (23:31 +0000)
Changes
src/command.C
src/version.h

diff --git a/Changes b/Changes
index e91637b..4117409 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,4 +1,4 @@
-1.6
+1.6  Fri Jan 30 00:34:01 CET 2004
        - cleanups, minor bugfixes.
         - blinking text.
         - normal text color + bold gets white text instead of
index 0263a08..add2871 100644 (file)
@@ -1,7 +1,7 @@
 /*--------------------------------*-C-*---------------------------------*
  * File:       command.c
  *----------------------------------------------------------------------*
- * $Id: command.C,v 1.31 2004-01-29 23:26:01 pcg Exp $
+ * $Id: command.C,v 1.32 2004-01-29 23:31:45 pcg Exp $
  *
  * All portions of code are copyright by their respective author/s.
  * Copyright (c) 1992      John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
@@ -3087,6 +3087,7 @@ rxvt_process_terminal_mode(pR_ int mode, int priv __attribute__((unused)), unsig
        { 1010, PrivMode_TtyOutputInh },
        { 1011, PrivMode_Keypress },
        { 1047, PrivMode_Screen },
+       { 1049, PrivMode_Screen }, /* xterm extension, not fully implemented */
     };
 
     if (nargs == 0)
@@ -3203,6 +3204,7 @@ rxvt_process_terminal_mode(pR_ int mode, int priv __attribute__((unused)), unsig
                R->Options &= ~Opt_scrollTtyKeypress;
            break;
        case 1047:              /* secondary screen w/ clearing */
+       case 1049:              /* better secondary screen w/ clearing, but not fully implemented */
            if (R->current_screen != PRIMARY)
                R->scr_erase_screen (2);
            rxvt_scr_change_screen(aR_ state);
index 41c3fa1..9f21220 100644 (file)
@@ -1,5 +1,5 @@
 #define VERSION "1.6"
 #define VSTRING "10600"
-#define DATE   "2004-01-29"
-#define LSMDATE        "29JAN04"
+#define DATE   "2004-01-30"
+#define LSMDATE        "30JAN04"
 #define LIBVERSION "1:6:0"