On Nov 13, 8:52 am, bill lam <[EMAIL PROTECTED]> wrote:
> On Thu, 13 Nov 2008, dickey wrote:
>
> > On Nov 11, 9:36 pm, bill lam <[EMAIL PROTECTED]> wrote:
> > > Does your terminal (emulator) give different key sequences for space
> > > and shift space? AFAICS xterm can not distinguish between tab and
> > > shift tab.
>
> > It's been in xterm a while:
>
> >http://invisible-island.net/xterm/xterm.log.html#xterm_47
>
> I use ubuntu and xterm -version gave XTerm(235). But shift tab does
> not work in vim and mutt, Does it require other setting to make it
> work?
it shouldn't require other settings (since it's built-in)
But a few of the things that can go wrong:
(a) override of the translations resource can interfere with the built-
in definitions (packagers sometimes do this)
(b) vim and mutt use the terminfo data (which should define the kcbt
value, viewable with infocmp).
If it were only vim, I'd point out that vim has an internal set of
data for terminals.
mutt could be using slang (and pointing to a termcap...) or
ncurses.
(c) some packagers have local patches to the terminal database (and
introduce problems).
--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---