Backspace in the pager revisited

2001-11-17 Thread Sean LeBlanc
I've had some difficulties with this backspace. :) Originally, it worked once I set TERM to vt320. Then I wanted color, and this hosed things up again. Right now I have go back one line in the page mapped to the right square bracket. when I put bind pager backspace previous-line in .muttrc

Re: Backspace in the pager revisited

2001-11-17 Thread Thomas Dickey
. when I put bind pager backspace previous-line in .muttrc, it doesn't seem to work as expected. For the record, my method of logging in is via Putty. Backspace is set to ^? (127) in Putty. Term is xterm-color. If I set backspace to ^H, things work in the pager, but little else

Re: Backspace in the pager

2001-11-16 Thread Sean LeBlanc
On 11-15 20:34, Nicolas Rachinsky wrote: On Thu, Nov 15, 2001 at 09:58:13AM -0700, Sean LeBlanc [EMAIL PROTECTED] wrote: BTW, I use putty most of the time, other times I port forward via tera term's ssh plugin, and use something like xterm. Do you use putty often? I haven't been able to

Re: Backspace in the pager

2001-11-15 Thread Nicolas Rachinsky
On Thu, Nov 15, 2001 at 12:17:56AM -0700, Sean LeBlanc [EMAIL PROTECTED] wrote: On Thu, Nov 15, 2001 at 06:45:57AM +0100, Nicolas Rachinsky wrote: I added the 2 following lines to my .muttrc: bind pager \ch previous-line bind pager \c? previous-line [...] Hmmm. I tried this, still no

Re: Backspace in the pager

2001-11-15 Thread Sean LeBlanc
On Thu, Nov 15, 2001 at 12:42:18PM +0100, Nicolas Rachinsky wrote: On Thu, Nov 15, 2001 at 12:17:56AM -0700, Sean LeBlanc [EMAIL PROTECTED] wrote: On Thu, Nov 15, 2001 at 06:45:57AM +0100, Nicolas Rachinsky wrote: I added the 2 following lines to my .muttrc: bind pager \ch previous-line

Re: Backspace in the pager

2001-11-15 Thread Will Yardley
Sean LeBlanc wrote: Good call. Normally it is set to vt320, but I had been trying some different ones previously in attempts to get it to work. Once I set it back to vt320, it works. BTW, I use putty most of the time, other times I port forward via tera term's ssh plugin, and use

Re: Backspace in the pager

2001-11-15 Thread Nicolas Rachinsky
On Thu, Nov 15, 2001 at 09:58:13AM -0700, Sean LeBlanc [EMAIL PROTECTED] wrote: BTW, I use putty most of the time, other times I port forward via tera term's ssh plugin, and use something like xterm. Do you use putty often? I haven't been able to get color to work in it. Color does work in

Re: Backspace in the pager

2001-11-15 Thread Thomas Dickey
On Thu, Nov 15, 2001 at 09:11:49AM -0800, Will Yardley wrote: get weird gaps in the display (maybe my terminfo settings). xterm-color (sorry thomas) works perfectly most of the time with putty for me. i'd ^^ -- Thomas E. Dickey [EMAIL PROTECTED]

Re: Backspace in the pager

2001-11-15 Thread Thomas Dickey
On Thu, Nov 15, 2001 at 08:34:52PM +0100, Nicolas Rachinsky wrote: On Thu, Nov 15, 2001 at 09:58:13AM -0700, Sean LeBlanc [EMAIL PROTECTED] wrote: BTW, I use putty most of the time, other times I port forward via tera term's ssh plugin, and use something like xterm. Do you use putty

Backspace in the pager

2001-11-14 Thread Sean LeBlanc
I'm trying to get the pager to back up one line, which uses the backspace key. The problem is, it says key not mapped when I do this. I am using FreeBSD 4.4, and the mappings (I guess) that it provides by default require me to put this into my .emacs file to make backspace work as expected:

Re: Backspace in the pager

2001-11-14 Thread Nicolas Rachinsky
On Wed, Nov 14, 2001 at 10:27:12PM -0700, Sean LeBlanc [EMAIL PROTECTED] wrote: I'm trying to get the pager to back up one line, which uses the backspace key. The problem is, it says key not mapped when I do this. I am using FreeBSD 4.4, and the mappings (I guess) that it provides by default