From 30b88cb2ee75a57c32d9744b967ae5e0c0e6f2cd Mon Sep 17 00:00:00 2001 From: root Date: Sat, 28 Jan 2006 20:08:05 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 + src/command.C | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index a43a1af6..2a75818a 100644 --- 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, diff --git a/src/command.C b/src/command.C index 4d58268b..364e9d44 100644 --- a/src/command.C +++ b/src/command.C @@ -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 '?': -- 2.34.1