--- rxvt-unicode/src/urxvt.pm 2006/01/12 00:11:59 1.80 +++ rxvt-unicode/src/urxvt.pm 2006/01/12 01:38:37 1.83 @@ -87,8 +87,8 @@ =item mark-urls Uses per-line display filtering (C) to underline urls and -make them clickable. When clicked, the program specified in the resource -C (default C) will be started. +make them clickable. When middle-clicked, the program specified in the +resource C (default C) will be started. =item block-graphics-to-ascii @@ -498,10 +498,11 @@ urxvt::warn ($msg); }; -# delete $ENV{IFS}; -# delete $ENV{CDPATH}; -# delete $ENV{BASH_ENV}; -# $ENV{PATH} = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/sbin"; + # %ENV is the original startup environment + delete $ENV{IFS}; + delete $ENV{CDPATH}; + delete $ENV{BASH_ENV}; + $ENV{PATH} = "/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/opt/bin:/opt/sbin"; } my @hook_count;