From: Michael Elkins Date: Tue, 12 Nov 2002 09:20:30 +0000 (+0000) Subject: Tell mutt about the back-tab key (shift tab). X-Git-Tag: mutt-1-5-2-rel~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6bde5080b69e7f79e4e63ffedc4989722eda2707;p=mutt Tell mutt about the back-tab key (shift tab). --- diff --git a/keymap.c b/keymap.c index 6a4ba0d9..1c886f72 100644 --- a/keymap.c +++ b/keymap.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 1996-2000 Michael R. Elkins + * Copyright (C) 1996-2000,2002 Michael R. Elkins * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -78,6 +78,7 @@ static struct mapping_t KeyNames[] = { { "", '\033' }, { "", '\t' }, { "", ' ' }, + { "", KEY_BTAB }, { NULL, 0 } };