*** empty log message ***
authorpcg <pcg>
Fri, 5 Mar 2004 21:26:01 +0000 (21:26 +0000)
committerpcg <pcg>
Fri, 5 Mar 2004 21:26:01 +0000 (21:26 +0000)
doc/yodl/rxvtRef-xterm.yo
src/defaultfont.C

index a40e44f08ba2a6f5a363cdb99355669c02a8ce79..cb73b1d1bc2900326ed1dd388f86879b48c7c0f9 100644 (file)
@@ -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()
index 3603320c6429a55dc9ee8ee56de689419f622838..65065b80959fd7e6864dbdb559f52a141814278e 100644 (file)
@@ -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;
   }