.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
.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
<A HREF="rxvtRef.html#menuBar">menuBar</A><BR>
<A HREF="rxvtRef.html#XPM">XPM</A><BR>
<A HREF="rxvtRef.html#Mouse">Mouse</A><BR>
-<A HREF="rxvtRef.html#Graphics">Graphics</A><BR>
<A HREF="rxvtRef.html#KeyCodes">KeyCodes</A><BR>
<HR>
<STRONG>
-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)
Click-and-drag doesn't work with X11 mouse report overriding.
-Graphics support is fairly crude.
-
COMMENT(----------------------------------------------------------------------)
manpagesection(FTP LOCATION)
-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)
dl(bf(tt(ESC [ u)))
(Restore Cursor)
enddl()
+
-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)
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)))\
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()\
-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()
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()
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;
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 */