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

Comparing rxvt-unicode/doc/rxvt.7.txt (file contents):
Revision 1.16 by root, Fri Feb 18 12:15:07 2005 UTC vs.
Revision 1.19 by root, Sun Apr 17 22:36:13 2005 UTC

300 As you might have guessed, FreeBSD does neither define this symobl 300 As you might have guessed, FreeBSD does neither define this symobl
301 nor does it support it. Instead, it uses it's own internal 301 nor does it support it. Instead, it uses it's own internal
302 representation of wchar_t. This is, of course, completely fine with 302 representation of wchar_t. This is, of course, completely fine with
303 respect to standards. 303 respect to standards.
304 304
305 However, that means rxvt-unicode only works in "POSIX", "ISO-8859-1"
306 and "UTF-8" locales under FreeBSD (which all use Unicode as wchar_t.
307
305 However, "__STDC_ISO_10646__" is the only sane way to support 308 "__STDC_ISO_10646__" is the only sane way to support multi-language
306 multi-language apps in an OS, as using a locale-dependent (and 309 apps in an OS, as using a locale-dependent (and non-standardized)
307 non-standardized) representation of wchar_t makes it impossible to 310 representation of wchar_t makes it impossible to convert between
308 convert between wchar_t (as used by X11 and your applications) and 311 wchar_t (as used by X11 and your applications) and any other
309 any other encoding without implementing OS-specific-wrappers for 312 encoding without implementing OS-specific-wrappers for each and
310 each and every locale. There simply are no APIs to convert wchar_t 313 every locale. There simply are no APIs to convert wchar_t into
311 into anything except the current locale encoding. 314 anything except the current locale encoding.
312 315
313 Some applications (such as the formidable mlterm) work around this 316 Some applications (such as the formidable mlterm) work around this
314 by carrying their own replacement functions for character set 317 by carrying their own replacement functions for character set
315 handling with them, and either implementing OS-dependent hacks or 318 handling with them, and either implementing OS-dependent hacks or
316 doing multiple conversions (which is slow and unreliable in case the 319 doing multiple conversions (which is slow and unreliable in case the
1156 Ps = 13 Change colour of mouse foreground to Pt 1159 Ps = 13 Change colour of mouse foreground to Pt
1157 Ps = 17 Change colour of highlight characters to Pt 1160 Ps = 17 Change colour of highlight characters to Pt
1158 Ps = 18 Change colour of bold characters to Pt 1161 Ps = 18 Change colour of bold characters to Pt
1159 Ps = 19 Change colour of underlined characters to Pt 1162 Ps = 19 Change colour of underlined characters to Pt
1160 Ps = 20 Change default background to Pt 1163 Ps = 20 Change default background to Pt
1161 Ps = 39 Change default foreground colour to Pt rxvt compile-time option 1164 Ps = 39 Change default foreground colour to Pt.
1162 Ps = 46 Change Log File to Pt unimplemented 1165 Ps = 46 Change Log File to Pt unimplemented
1163 Ps = 49 Change default background colour to Pt rxvt compile-time option 1166 Ps = 49 Change default background colour to Pt.
1164 Ps = 50 Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n 1167 Ps = 50 Set fontset to Pt, with the following special values of Pt (rxvt) #+n change up n #-n change down n if n is missing of 0, a value of 1 is used empty change to font0 n change to font n
1165 Ps = 55 Log all scrollback buffer and all of screen to Pt 1168 Ps = 55 Log all scrollback buffer and all of screen to Pt
1166 Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (rxvt extension) 1169 Ps = 701 Change current locale to Pt, or, if Pt is ?, return the current locale (Compile frills).
1167 Ps = 703 Menubar command Pt rxvt compile-time option (rxvt-unicode extension) 1170 Ps = 703 Menubar command Pt (Compile menubar).
1168 Ps = 704 Change colour of italic characters to Pt 1171 Ps = 704 Change colour of italic characters to Pt
1169 Ps = 705 Change background pixmap tint colour to Pt 1172 Ps = 705 Change background pixmap tint colour to Pt (Compile transparency).
1170 Ps = 710 Set normal fontset to Pt. Same as Ps = 50. 1173 Ps = 710 Set normal fontset to Pt. Same as Ps = 50.
1171 Ps = 711 Set bold fontset to Pt. Similar to Ps = 50. 1174 Ps = 711 Set bold fontset to Pt. Similar to Ps = 50 (Compile styles).
1172 Ps = 712 Set italic fontset to Pt. Similar to Ps = 50. 1175 Ps = 712 Set italic fontset to Pt. Similar to Ps = 50 (Compile styles).
1173 Ps = 713 Set bold-italic fontset to Pt. Similar to Ps = 50. 1176 Ps = 713 Set bold-italic fontset to Pt. Similar to Ps = 50 (Compile styles).
1177 Ps = 720 Move viewing window up by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills).
1178 Ps = 721 Move viewing window down by Pt lines, or clear scrollback buffer if Pt = 0 (Compile frills).
1174 1179
1175 1180
1176 1181
1177menuBar 1182menuBar
1178 The exact syntax used is *almost* solidified. In the menus, DON'T try to 1183 The exact syntax used is *almost* solidified. In the menus, DON'T try to
1665 --enable-font-styles 1670 --enable-font-styles
1666 Add support for bold, *italic* and *bold italic* font styles. The 1671 Add support for bold, *italic* and *bold italic* font styles. The
1667 fonts can be set manually or automatically. 1672 fonts can be set manually or automatically.
1668 1673
1669 --with-codesets=NAME,... 1674 --with-codesets=NAME,...
1670 Compile in support for additional codeset (encoding) groups (eu, vn 1675 Compile in support for additional codeset (encoding) groups ("eu",
1671 are always compiled in, which includes most 8-bit character sets). 1676 "vn" are always compiled in, which includes most 8-bit character
1672 These codeset tables are currently only used for driving X11 core 1677 sets). These codeset tables are used for driving X11 core fonts,
1673 fonts, they are not required for Xft fonts. Compiling them in will 1678 they are not required for Xft fonts, although having them compiled
1674 make your binary bigger (together about 700kB), but it doesn't 1679 in lets rxvt-unicode choose replacement fonts more intelligently.
1675 increase memory usage unless you use an X11 font requiring one of 1680 Compiling them in will make your binary bigger (all of together cost
1676 these encodings. 1681 about 700kB), but it doesn't increase memory usage unless you use a
1682 font requiring one of these encodings.
1677 1683
1678 all all available codeset groups 1684 all all available codeset groups
1679 zh common chinese encodings 1685 zh common chinese encodings
1680 zh_ext rarely used but very big chinese encodigs 1686 zh_ext rarely used but very big chinese encodigs
1681 jp common japanese encodings 1687 jp common japanese encodings
1822 1828
1823 A non-exhaustive list of features enabled by "--enable-frills" 1829 A non-exhaustive list of features enabled by "--enable-frills"
1824 (possibly in combination with other switches) is: 1830 (possibly in combination with other switches) is:
1825 1831
1826 MWM-hints 1832 MWM-hints
1833 EWMH-hints (pid, utf8 names) and protocols (ping)
1827 seperate underline colour 1834 seperate underline colour
1828 settable border widths and borderless switch 1835 settable border widths and borderless switch
1829 settable extra linespacing 1836 settable extra linespacing
1830 extra window properties (e.g. UTF-8 window names and PID)
1831 iso-14755-2 and -3, and visual feedback 1837 iso-14755-2 and -3, and visual feedback
1832 backindex and forwardindex escape sequence 1838 backindex and forwardindex escape sequence
1833 window op and locale change escape sequences 1839 window op and some xterm/OSC escape sequences
1834 tripleclickwords 1840 tripleclickwords
1835 settable insecure mode 1841 settable insecure mode
1836 keysym remapping support 1842 keysym remapping support
1843 cursor blinking and underline cursor
1837 -embed and -pty-fd options 1844 -embed and -pty-fd options
1838 1845
1839 --enable-iso14755 1846 --enable-iso14755
1840 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt). 1847 Enable extended ISO 14755 support (see rxvt(1), or doc/rxvt.1.txt).
1841 Basic support (section 5.1) is enabled by "--enable-frills", while 1848 Basic support (section 5.1) is enabled by "--enable-frills", while
1872 --enable-smart-resize 1879 --enable-smart-resize
1873 Add smart growth/shrink behaviour when changing font size via from 1880 Add smart growth/shrink behaviour when changing font size via from
1874 hot keys. This should keep in a fixed position the rxvt corner which 1881 hot keys. This should keep in a fixed position the rxvt corner which
1875 is closest to a corner of the screen. 1882 is closest to a corner of the screen.
1876 1883
1877 --enable-cursor-blink
1878 Add support for a blinking cursor.
1879
1880 --enable-pointer-blank 1884 --enable-pointer-blank
1881 Add support to have the pointer disappear when typing or inactive. 1885 Add support to have the pointer disappear when typing or inactive.
1882 1886
1883 --with-name=NAME 1887 --with-name=NAME
1884 Set the basename for the installed binaries (default: "urxvt", 1888 Set the basename for the installed binaries (default: "urxvt",

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines