From 58ddbb87dd268f732b1c2eb31b3d8e1819d8c764 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 20 Jan 2008 13:45:20 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 4 ++-- src/command.C | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index bfe1acc7..f93ceb71 100644 --- a/Changes +++ b/Changes @@ -18,7 +18,6 @@ WISH: look into XAddConnectionWatch, does anybody need that? DUMB: support tex fonts 9.0 - - OSC 39/49 are deprecated and aliased to OSC 10/11. - fix a crash bug where urxvtd would crash when urxvtc was called with wrong arguments (I wish debian maintainers in general would report bugs and their proposed fixes to the original package maintaienrs @@ -26,10 +25,11 @@ DUMB: support tex fonts - check for refresh after initialising to avoid staying blank till the first event arrives. or so. - continuously update transparency while moving/resizing now. - - scrollbar code cleanups. + - OSC 39/49 are deprecated and aliased to OSC 10/11. - cub1 now acts as advertised (and ignores the "wrapped" state). - the 132/80 mode switch now forces a height of 24, too, and resets the terminal. + - scrollbar code cleanups. 8.9 Mon Dec 24 07:51:40 CET 2007 - fix the issue where urxvtd would not immediately close a window diff --git a/src/command.C b/src/command.C index de8d576b..f1ec3ae4 100644 --- a/src/command.C +++ b/src/command.C @@ -2850,6 +2850,7 @@ rxvt_term::process_csi_seq () tt_printf ("\033[>%d;95;0c", 'U'); } break; + case '?': if (ch == 'h' || ch == 'l' || ch == 'r' || ch == 's' || ch == 't') process_terminal_mode (ch, priv, nargs, arg); -- 2.34.1