ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/README.unicode
(Generate patch)

Comparing rxvt-unicode/README.unicode (file contents):
Revision 1.6 by pcg, Wed Feb 25 12:38:30 2004 UTC vs.
Revision 1.8 by root, Sat Aug 14 03:00:32 2004 UTC

1Sketchy overview of the details: 1Sketchy overview of the details:
2 2
3- gcc-3.x is probably required to compile this release, g++-3.x, too, as it 3See also the FAQ section in doc/rxvt.1.txt, and README.configure.
4 has been re-written in C++ (and a corresponding version of libstdc++).
5 4
6- the options used in the ./reconf script should work. everything else 5- the options used in the ./reconf script should work. everything else
7 might work and might be broken. 6 might work and might be broken.
8 7
9- wchar_t MUST be UNICODE or ISO-10646-1 on your system, or various things 8- wchar_t MUST be UNICODE or ISO-10646-1 on your system, or various things
22 21
23- you can specify a different locale to be used for your input method 22- you can specify a different locale to be used for your input method
24 using the imLocale ressource or switch, e.g.: 23 using the imLocale ressource or switch, e.g.:
25 LC_CTYPE=ja_JP.UTF-8 rxvt -imlocale ja_JP.EUC-JP 24 LC_CTYPE=ja_JP.UTF-8 rxvt -imlocale ja_JP.EUC-JP
26 25
27- keyboard input is limited by the selected locale (and X's support for it), 26- keyboard input is limited by the selected locale (and X's support for
28 tty input and output likewise. selection support is mostly independent 27 it), tty input and output likewise. Selection support is independent of
29 of the locale. 28 the locale.
30 29
31- "-fn" commandline switch and *.font ressource accepts a comma 30- "-fn" commandline switch and *.font ressource accepts a comma
32 seperated list of fontnames: 31 seperated list of fontnames:
33 32
34 x:9x15bold a x11 font 33 x:9x15bold a x11 font
35 9x15bold the same 34 9x15bold the same
36 xft:Andale Mono a xft font 35 xft:Andale Mono a xft font
37 xft:Andale Mono:pixelsize=20 36 xft:Andale Mono:pixelsize=20
37 9x15bold,terminus-15
38 38
39- the _first_ font in the list selects the cell width/height. All other 39- the _first_ font in the list selects the cell width/height. All other
40 fonts must be smaller or same sized, or they will be ignored or worse. 40 fonts must be smaller or same sized, or they will be ignored or worse.
41 xft fonts will automatically be rescaled, x11-fonts, too, if their 41 xft fonts will automatically be rescaled, x11-fonts, too, if their
42 size is not specified in the XLFD. 42 size is not specified in the XLFD.
43 43
44- the fonts will be tried in the order given when searching for a font 44- the fonts will be tried in the order given when searching for a font
45 to display a specific character. if you are e.g. mainly interested in 45 to display a specific character. if you are e.g. mainly interested
46 japanese you might want to put a japanese font first to get the ascii 46 in japanese you might want to put a japanese font first to get the
47 characters in it. If you are mainly interested in a text terminal and 47 ascii characters glyphs from it. If you are mainly interested in a text
48 only want to display other characters you should put a ascii/is8859 text 48 terminal and only want to display other characters you should put a
49 font first (e.g. "9x15bold") and let rxvt sort it out. 49 ascii/is8859 text font first (e.g. "9x15bold") and let rxvt sort it out.
50 50
51- xft fonts require gobs of memory and generally are slow. try not to 51- xft fonts require gobs of memory and generally are slow. try not to
52 antialias them ("Font:antialias=false") when possible. Often looks 52 antialias them ("Font:antialias=false") when possible. Might look
53 better, too, as they then match other fonts in weight. 53 better, too, as they then match other fonts in weight.
54 54
55- src/defaultfont.C lists the fallback fonts that are tried when a 55- src/defaultfont.C lists the fallback fonts that are tried when a
56 character cannot be displayed with the current list of fonts. 56 character cannot be displayed with the current list of fonts.
57 57
58- using bold fonts for the bold attribute is not supported by xft 58- using bold fonts for the bold attribute is not supported by xft
59 and will not be supported by rxvt-unicode, either, even for normal x11 59 and will not be supported by rxvt-unicode, either, even for normal X11
60 fonts. 60 fonts.
61 61
62- normal bold text will use reverse video unless the colorBD resource has 62- normal bold text will use reverse video unless the colorBD resource has
63 been set. coloured text will use high-intensity colours for bold. 63 been set. coloured text will use high-intensity colours for bold.
64 64

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines