On Thu, Jul 25, 2002 at 07:05:43PM -0400, John P Verel wrote: > I cannot get my numeric keypad to work with Mutt. Here's my > environment: > > I run Mutt 1.4-2 in gnome terminal, provided by gnome-core-1.4.0.4-54. > My editor is vim 6.1-2. I start vim with this command: > > set editor ="vim +/^$ +'set nobackup'" > > The numeric keypad works correctly within gnome-terminal (e.g. writing > code), works fine within mutt, if run from xterm or rxvt. However, if I > edit with vim, within mutt, run in a gnome-terminal, the numeric keypad > does not work correctly. For example, I press the number 1 on the > keypad, I get the letter q inserted above the current line.
for xterm it's simple to see what's going on - look at the control/middle/mouse menu at the "Enable Application Keypad" line. When you run a full-screen app it generally initializes the cursor- and numeric-keypads to application mode. xterm emulates a vt100 in this area, which sends escape sequences for the numeric keypad. -- Thomas E. Dickey <[EMAIL PROTECTED]> http://invisible-island.net ftp://invisible-island.net
