Adding default browser configuration based on Midnight Commander's handle. --- OliveMisc.pm.orig 2006-01-20 05:47:22 +0300 +++ OliveMisc.pm 2006-01-22 19:36:00 +0300 @@ -105,6 +105,7 @@ $cui->dialog( -bfg => 'blue', -message => " This is Olive\n A Totally Sweet Newsfeeder\n\nPress 'h' or '?' anytime for help."); $cui->userdata->{c}->{fr} = $cui->userdata->{rel}; + $cui->userdata->{c}->{www} = 'if test -n "$BROWSER" && test -n "$DISPLAY"; then ($BROWSER LINK &) >/dev/null 2>&1; else links LINK 2>/dev/null || lynx -force_html LINK; fi'; } # set up the db if it isn't (we're new, or it has been deleted)