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.21 by root, Wed Jul 13 02:53:54 2005 UTC vs.
Revision 1.22 by root, Wed Jul 13 03:08:57 2005 UTC

552 URxvt.color14: #73f7ff 552 URxvt.color14: #73f7ff
553 URxvt.color7: #e1dddd 553 URxvt.color7: #e1dddd
554 URxvt.color15: #e1dddd 554 URxvt.color15: #e1dddd
555 555
556 How can I start rxvtd in a race-free way? 556 How can I start rxvtd in a race-free way?
557 Despite it's name, rxvtd is not a real daemon, but more like a 557 Try "rxvtd -f -o", which tells rxvtd to open the display, create the
558 server that answers rxvtc's requests, so it doesn't background 558 listening socket and then fork.
559 itself.
560
561 To ensure rxvtd is listening on it's socket, you can use the
562 following method to wait for the startup message before continuing:
563
564 { rxvtd & } | read
565 559
566 What's with the strange Backspace/Delete key behaviour? 560 What's with the strange Backspace/Delete key behaviour?
567 Assuming that the physical Backspace key corresponds to the 561 Assuming that the physical Backspace key corresponds to the
568 BackSpace keysym (not likely for Linux ... see the following 562 BackSpace keysym (not likely for Linux ... see the following
569 question) there are two standard values that can be used for 563 question) there are two standard values that can be used for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines