From c01dba6c092d117d64f05f5cb8469fe5e2b72f70 Mon Sep 17 00:00:00 2001 From: pcg Date: Sun, 22 Feb 2004 12:58:01 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.1 | 2 -- doc/rxvt.tbl | 2 -- doc/rxvtRef-toc.html | 1 - doc/yodl/rxvt.yo | 4 +--- doc/yodl/rxvtRef-csi.yo | 3 ++- doc/yodl/rxvtRef-xterm.yo | 6 ++++-- doc/yodl/rxvtRef.yo | 3 +-- src/command.C | 13 +++++++------ 8 files changed, 15 insertions(+), 19 deletions(-) diff --git a/doc/rxvt.1 b/doc/rxvt.1 index 80c33b91..7b363c94 100644 --- a/doc/rxvt.1 +++ b/doc/rxvt.1 @@ -1025,8 +1025,6 @@ Cursor change support is not yet implemented\&. .PP Click-and-drag doesn\&'t work with X11 mouse report overriding\&. .PP -Graphics support is fairly crude\&. -.PP .SH "FTP LOCATION" .PP rxvt-+RXVTVERSION()\&.tar\&.gz can be found at the following ftp sites diff --git a/doc/rxvt.tbl b/doc/rxvt.tbl index 763b684f..0550209a 100644 --- a/doc/rxvt.tbl +++ b/doc/rxvt.tbl @@ -575,8 +575,6 @@ Cursor change support is not yet implemented\&. .PP Click-and-drag doesn\&'t work with X11 mouse report overriding\&. .PP -Graphics support is fairly crude\&. -.PP .SH "FTP LOCATION" .PP rxvt-+RXVTVERSION()\&.tar\&.gz can be found at the following ftp sites diff --git a/doc/rxvtRef-toc.html b/doc/rxvtRef-toc.html index 6c9a75a2..d3260902 100644 --- a/doc/rxvtRef-toc.html +++ b/doc/rxvtRef-toc.html @@ -20,7 +20,6 @@ menuBar
XPM
Mouse
-Graphics
KeyCodes

diff --git a/doc/yodl/rxvt.yo b/doc/yodl/rxvt.yo index ac2a6e1a..c68c5472 100644 --- a/doc/yodl/rxvt.yo +++ b/doc/yodl/rxvt.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvt.yo,v 1.3 2004-02-22 08:36:11 pcg Exp $ --) +COMMENT(-- $Id: rxvt.yo,v 1.4 2004-02-22 12:58:02 pcg Exp $ --) includefile(versioninfo.yo) includefile(masonyodl.yo) mailto(gcw@pobox.com) @@ -68,8 +68,6 @@ Cursor change support is not yet implemented. Click-and-drag doesn't work with X11 mouse report overriding. -Graphics support is fairly crude. - COMMENT(----------------------------------------------------------------------) manpagesection(FTP LOCATION) diff --git a/doc/yodl/rxvtRef-csi.yo b/doc/yodl/rxvtRef-csi.yo index 331eccc0..6324ffad 100644 --- a/doc/yodl/rxvtRef-csi.yo +++ b/doc/yodl/rxvtRef-csi.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvtRef-csi.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) +COMMENT(-- $Id: rxvtRef-csi.yo,v 1.3 2004-02-22 12:58:02 pcg Exp $ --) label(CSI) nsect(CSI (Code Sequence Introducer) Sequences) @@ -167,3 +167,4 @@ P()\ dl(bf(tt(ESC [ u))) (Restore Cursor) enddl() + diff --git a/doc/yodl/rxvtRef-xterm.yo b/doc/yodl/rxvtRef-xterm.yo index 029441da..a40e44f0 100644 --- a/doc/yodl/rxvtRef-xterm.yo +++ b/doc/yodl/rxvtRef-xterm.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.2 2003-11-24 17:31:27 pcg Exp $ --) +COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.3 2004-02-22 12:58:02 pcg Exp $ --) COMMENT(OSC: Operating System Commands) label(XTerm) nsect(XTerm Operating System Commands) @@ -26,6 +26,8 @@ startdl() and 8-15 corresponds to high-intensity colours. \ 0=black, 1=red, 2=green, 3=yellow, 4=blue, 5=magenta, \ 6=cyan, 7=white))\ + row(cell(bf(tt(Ps = 9)))\ + cell(Change current locale to bf(tt(Pt)), or, if bf(tt(Pt)) is bf(tt(?)), return the current locale))\ row(cell(bf(tt(Ps = 10)) bf((NB: may change in future)))\ cell(link(menuBar)(menuBar) command bf(tt(Pt)) \ em(rxvt compile-time option)))\ @@ -52,7 +54,7 @@ startdl() cell(Change default background colour to bf(tt(Pt)) \ em(rxvt compile-time option)))\ row(cell(bf(tt(Ps = 50)))\ - cell(Set Font to bf(tt(Pt)), with the following special \ + cell(Set fontset to bf(tt(Pt)), with the following special \ values of \ bf(tt(Pt)) (bf(rxvt)) nl()\ bf(tt(#+n)) change up bf(tt(n)) font(s) nl()\ diff --git a/doc/yodl/rxvtRef.yo b/doc/yodl/rxvtRef.yo index c7a69dc4..80ff451d 100644 --- a/doc/yodl/rxvtRef.yo +++ b/doc/yodl/rxvtRef.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvtRef.yo,v 1.3 2004-02-22 08:36:11 pcg Exp $ --) +COMMENT(-- $Id: rxvtRef.yo,v 1.4 2004-02-22 12:58:02 pcg Exp $ --) mailto(gcw@pobox.com) htmlbodyopt(BGCOLOR)(#FFFFFF) notableofcontents() @@ -26,7 +26,6 @@ startit() it()link(menuBar)(menuBar) it()link(XPM)(XPM) it()link(Mouse Reporting)(Mouse) - it()link(Special Graphics Mode)(Graphics) it()link(Key Codes)(KeyCodes) endit() diff --git a/src/command.C b/src/command.C index 2f6c14f3..ab6e0881 100644 --- a/src/command.C +++ b/src/command.C @@ -2696,10 +2696,6 @@ rxvt_term::process_csi_seq () case 8: /* unofficial extension */ xterm_seq (XTerm_title, APL_NAME "-" VERSION, CHAR_ST); break; - - case XTerm_locale: /* unofficial extension */ - tt_printf ("%-.250s\n", locale); - break; } break; @@ -3081,8 +3077,13 @@ rxvt_term::xterm_seq (int op, const char *str, unsigned char resp __attribute__ change_font (str); break; case XTerm_locale: - set_locale (str); - im_cb (); + if (str[0] == '?' && !str[1]) + tt_printf ("%-.250s\n", locale); + else + { + set_locale (str); + im_cb (); + } break; #if 0 case XTerm_dumpscreen: /* no error notices */ -- 2.34.1