From b0f41155dd9ad061b9ca3c3314b7dbe2d1d36e46 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 14 Feb 2005 10:44:50 +0000 Subject: [PATCH] *** empty log message *** --- doc/rxvt.7.pod | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/doc/rxvt.7.pod b/doc/rxvt.7.pod index 1a867ec4..debba569 100644 --- a/doc/rxvt.7.pod +++ b/doc/rxvt.7.pod @@ -1550,9 +1550,10 @@ access the current menuBar for alteration set the current menuBar's title to I, which may contain the following format specifiers: -B<%%> : literal B<%> character -B<%n> : rxvt name (as per the B<-name> command-line option) -B<%v> : rxvt version + + B<%n> rxvt name (as per the B<-name> command-line option) + B<%v> rxvt version + B<%%> literal B<%> character =item B<[done]> @@ -2227,14 +2228,17 @@ where accents are encoded as seperate unicode characters. This is done by using precomposited characters when available or creating new pseudo-characters when no precomposed form exists. -Without --enable-unicode3, the number of additional precomposed -characters is rather limited (2048, if this is full, rxvt will use the +Without --enable-unicode3, the number of additional precomposed characters +is rather limited (2048, if this is full, rxvt-unicode will use the private use area, extending the number of combinations to 8448). With ---enable-unicode3, no practical limit exists. This will also enable -storage of characters >65535. +--enable-unicode3, no practical limit exists. + +This option will also enable storage (but not display) of characters +beyond plane 0 (>65535) when --enable-unicode3 was not specified. The combining table also contains entries for arabic presentation forms, -but these are not currently used. Bug me if you want these to be used. +but these are not currently used. Bug me if you want these to be used (and +tell me how these are to be used...). =item --enable-fallback(=CLASS) -- 2.34.1