pyurlview.py: a more flexible 'urlview'

2001-12-23 Thread Maciej Kalisiak
Hello mutters, After finding "urlview" a bit limiting I have written a somewhat more flexible version of it. I figured I'd share it with the community in case others are in a similar "needs-more-power" bind. Main improvements: - user-defined key bindings for everything (with Vi-style de

Re: pyurlview.py: a more flexible 'urlview'

2002-01-04 Thread Roman Neuhauser
> Date: Mon, 24 Dec 2001 00:38:47 -0500 > From: Maciej Kalisiak <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: pyurlview.py: a more flexible 'urlview' > > Hello mutters, > > After finding "urlview" a bit limiting I have written a some

Re: pyurlview.py: a more flexible 'urlview'

2002-01-04 Thread Maciej Kalisiak
On Fri, Jan 04, 2002 at 02:18:16PM -0500, Roman Neuhauser wrote: > quite nice, with a few nits: > > curses.wrapper () initializes color support, and I haven't found a > way to make it set the background transparent. curses.wrapper() is a function from an external module (Python's "cu

Re: pyurlview.py: a more flexible 'urlview'

2002-01-04 Thread Roman Neuhauser
> Date: Fri, 4 Jan 2002 15:14:00 -0500 > From: Maciej Kalisiak <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: Re: pyurlview.py: a more flexible 'urlview' > > On Fri, Jan 04, 2002 at 02:18:16PM -0500, Roman Neuhauser wrote: > > quite nice, with