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

Comparing rxvt-unicode/README.FAQ (file contents):
Revision 1.15 by root, Wed Jul 13 02:53:54 2005 UTC vs.
Revision 1.16 by root, Wed Jul 13 03:08:57 2005 UTC

531 URxvt.color14: #73f7ff 531 URxvt.color14: #73f7ff
532 URxvt.color7: #e1dddd 532 URxvt.color7: #e1dddd
533 URxvt.color15: #e1dddd 533 URxvt.color15: #e1dddd
534 534
535 How can I start rxvtd in a race-free way? 535 How can I start rxvtd in a race-free way?
536 Despite it's name, rxvtd is not a real daemon, but more like a 536 Try "rxvtd -f -o", which tells rxvtd to open the display, create the
537 server that answers rxvtc's requests, so it doesn't background 537 listening socket and then fork.
538 itself.
539
540 To ensure rxvtd is listening on it's socket, you can use the
541 following method to wait for the startup message before continuing:
542
543 { rxvtd & } | read
544 538
545 What's with the strange Backspace/Delete key behaviour? 539 What's with the strange Backspace/Delete key behaviour?
546 Assuming that the physical Backspace key corresponds to the 540 Assuming that the physical Backspace key corresponds to the
547 BackSpace keysym (not likely for Linux ... see the following 541 BackSpace keysym (not likely for Linux ... see the following
548 question) there are two standard values that can be used for 542 question) there are two standard values that can be used for

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines