*** empty log message ***
authorroot <root>
Sat, 28 Jan 2006 20:08:05 +0000 (20:08 +0000)
committerroot <root>
Sat, 28 Jan 2006 20:08:05 +0000 (20:08 +0000)
Changes
src/command.C

diff --git a/Changes b/Changes
index a43a1af6a3979a3f24641bdce5cf4ff38f26180d..2a75818af3a44e705d8a682fbdfc2266fc748ab9 100644 (file)
--- a/Changes
+++ b/Changes
@@ -13,6 +13,7 @@ WISH: http://www120.pair.com/mccarthy/nextstep/intro.htmld/Workspace.html is the
 DUMB: support tex fonts
 
        - SYNCCVS: updated to rxvt-cvs 2006-01-28, no relevant changes.
+        - fix version report (DA) (which was unfortunately broken).
 
 7.4  Sat Jan 28 15:26:27 CET 2006
        - screen background wasn't always erased properly when scrolling,
index 4d58268bf34e9e0610a1dcc168674ec67b254c0c..364e9d4446dd0dd8d435ca1d8b1436f9b5ce21c0 100644 (file)
@@ -3286,7 +3286,7 @@ rxvt_term::process_csi_seq ()
                 // and Mm (e.g. 72 for 7.2) for urxvt <= 7.2, and 94 for later versions, to signify
                 // that we do not support xterm mouse reporting (should be 95 when we do).
                 //
-                tt_printf ("\033[>%c%c85;94;0c", VERSION[0], VERSION[1]);
+                tt_printf ("\033[>%c%c85;94;0c", VERSION[0], VERSION[2]);
               }
             break;
           case '?':