From: pcg Date: Fri, 5 Mar 2004 21:26:01 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=d1e80376f88bb9bb697a78fe1e619f1ea5816ae7;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/doc/yodl/rxvtRef-xterm.yo b/doc/yodl/rxvtRef-xterm.yo index a40e44f0..cb73b1d1 100644 --- a/doc/yodl/rxvtRef-xterm.yo +++ b/doc/yodl/rxvtRef-xterm.yo @@ -1,4 +1,4 @@ -COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.3 2004-02-22 12:58:02 pcg Exp $ --) +COMMENT(-- $Id: rxvtRef-xterm.yo,v 1.4 2004-03-05 21:26:01 pcg Exp $ --) COMMENT(OSC: Operating System Commands) label(XTerm) nsect(XTerm Operating System Commands) @@ -26,8 +26,6 @@ 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)))\ @@ -65,5 +63,7 @@ startdl() row(cell(bf(tt(Ps = 55)))\ cell(Log all scrollback buffer and all of screen to \ bf(tt(Pt))))\ + row(cell(bf(tt(Ps = 701)))\ + cell(Change current locale to bf(tt(Pt)), or, if bf(tt(Pt)) is bf(tt(?)), return the current locale))\ endtable()) enddl() diff --git a/src/defaultfont.C b/src/defaultfont.C index 3603320c..65065b80 100644 --- a/src/defaultfont.C +++ b/src/defaultfont.C @@ -270,6 +270,8 @@ struct rxvt_font_default : rxvt_font { width = 1; height = 1; ascent = 1; descent = 0; + set_name ("built-in pseudofont"); + return true; }