repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 989d4b310e63e302f91e7342a37343663c43996f: path_to: revision_to:
commit 989d4b310e63e302f91e7342a37343663c43996f Author: Emanuele GiaquintaDate: Mon Dec 20 11:35:13 2010 +0000 Doc fix. diff --git a/Changes b/Changes
--- a/Changes
+++ b/Changes
@@ -20,7 +20,6 @@ TODO: decrqm http://ue.tst.eu/71d7dbd1fcfeaa7d2a4b96eb957d570c.txt
TODO: perl-shell-window? perl-unix-socket?
TODO: command line editing when icanon?
-TODO: resources section in manual talks bullshit about system-wide app-defaults file
- don't swap perl env with real env, save and restore it, just in case
we ever get recursive perl invocations. also saves a bit of codespace
with gcc.
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
--- a/doc/rxvt.1.pod +++ b/doc/rxvt.1.pod @@ -560,10 +560,10 @@ distribution do also load settings from the B<~/.Xresources> file when X starts. @@RXVT_NAME@@ will consult the following files/resources in order, with later settings overwriting earlier ones: - 1. system-wide app-defaults file, either locale-dependent OR global - 2. app-defaults file in $XAPPLRESDIR - 3. RESOURCE_MANAGER property on root-window OR $HOME/.Xdefaults - 4. SCREEN_RESOURCES for the current screen + 1. app-defaults file in $XAPPLRESDIR + 2. $HOME/.Xdefaults + 3. RESOURCE_MANAGER property on root-window of screen 0 + 4. SCREEN_RESOURCES property on root-window of the current screen 5. $XENVIRONMENT file OR $HOME/.Xdefaults-6. resources specified via -xrm on the commandline
-----END OF PAGE-----