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

Comparing rxvt-unicode/doc/rxvt.7.man.in (file contents):
Revision 1.22 by root, Wed Jul 13 02:53:54 2005 UTC vs.
Revision 1.24 by root, Wed Aug 10 01:44:35 2005 UTC

127.\} 127.\}
128.rm #[ #] #H #V #F C 128.rm #[ #] #H #V #F C
129.\" ======================================================================== 129.\" ========================================================================
130.\" 130.\"
131.IX Title "rxvt 7" 131.IX Title "rxvt 7"
132.TH rxvt 7 "2005-07-13" "5.7" "RXVT-UNICODE" 132.TH rxvt 7 "2005-08-05" "5.7" "RXVT-UNICODE"
133.SH "NAME" 133.SH "NAME"
134RXVT REFERENCE \- FAQ, command sequences and other background information 134RXVT REFERENCE \- FAQ, command sequences and other background information
135.SH "SYNOPSIS" 135.SH "SYNOPSIS"
136.IX Header "SYNOPSIS" 136.IX Header "SYNOPSIS"
137.Vb 2 137.Vb 2
637rxvt-unicode then uses 8 bytes per screen cell. 637rxvt-unicode then uses 8 bytes per screen cell.
638.IP "Can I speed up Xft rendering somehow?" 4 638.IP "Can I speed up Xft rendering somehow?" 4
639.IX Item "Can I speed up Xft rendering somehow?" 639.IX Item "Can I speed up Xft rendering somehow?"
640Yes, the most obvious way to speed it up is to avoid Xft entirely, as 640Yes, the most obvious way to speed it up is to avoid Xft entirely, as
641it is simply slow. If you still want Xft fonts you might try to disable 641it is simply slow. If you still want Xft fonts you might try to disable
642antialiasing (by appending \f(CW\*(C`:antialiasing=false\*(C'\fR), which saves lots of 642antialiasing (by appending \f(CW\*(C`:antialias=false\*(C'\fR), which saves lots of
643memory and also speeds up rendering considerably. 643memory and also speeds up rendering considerably.
644.IP "Rxvt-unicode doesn't seem to anti-alias its fonts, what is wrong?" 4 644.IP "Rxvt-unicode doesn't seem to anti-alias its fonts, what is wrong?" 4
645.IX Item "Rxvt-unicode doesn't seem to anti-alias its fonts, what is wrong?" 645.IX Item "Rxvt-unicode doesn't seem to anti-alias its fonts, what is wrong?"
646Rxvt-unicode will use whatever you specify as a font. If it needs to 646Rxvt-unicode will use whatever you specify as a font. If it needs to
647fall back to it's default font search list it will prefer X11 core 647fall back to it's default font search list it will prefer X11 core
726\& URxvt.color7: #e1dddd 726\& URxvt.color7: #e1dddd
727\& URxvt.color15: #e1dddd 727\& URxvt.color15: #e1dddd
728.Ve 728.Ve
729.IP "How can I start @@RXVT_NAME@@d in a race-free way?" 4 729.IP "How can I start @@RXVT_NAME@@d in a race-free way?" 4
730.IX Item "How can I start @@RXVT_NAME@@d in a race-free way?" 730.IX Item "How can I start @@RXVT_NAME@@d in a race-free way?"
731Despite it's name, @@RXVT_NAME@@d is not a real daemon, but more like a 731Try \f(CW\*(C`@@RXVT_NAME@@d \-f \-o\*(C'\fR, which tells @@RXVT_NAME@@d to open the
732server that answers @@RXVT_NAME@@c's requests, so it doesn't background 732display, create the listening socket and then fork.
733itself.
734.Sp
735To ensure @@RXVT_NAME@@d is listening on it's socket, you can use the
736following method to wait for the startup message before continuing:
737.Sp
738.Vb 1
739\& { @@RXVT_NAME@@d & } | read
740.Ve
741.IP "What's with the strange Backspace/Delete key behaviour?" 4 733.IP "What's with the strange Backspace/Delete key behaviour?" 4
742.IX Item "What's with the strange Backspace/Delete key behaviour?" 734.IX Item "What's with the strange Backspace/Delete key behaviour?"
743Assuming that the physical Backspace key corresponds to the 735Assuming that the physical Backspace key corresponds to the
744BackSpace keysym (not likely for Linux ... see the following 736BackSpace keysym (not likely for Linux ... see the following
745question) there are two standard values that can be used for 737question) there are two standard values that can be used for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines