]> granicus.if.org Git - neomutt/commitdiff
Tell mutt about the back-tab key (shift tab).
authorMichael Elkins <me@sigpipe.org>
Tue, 12 Nov 2002 09:20:30 +0000 (09:20 +0000)
committerMichael Elkins <me@sigpipe.org>
Tue, 12 Nov 2002 09:20:30 +0000 (09:20 +0000)
keymap.c

index 6a4ba0d9a6db583c62860a4ab6f022404360758e..1c886f7274d2c651930a7c01c224792a81b83bfd 100644 (file)
--- a/keymap.c
+++ b/keymap.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+ * Copyright (C) 1996-2000,2002 Michael R. Elkins <me@cs.hmc.edu>
  * 
  *     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[] = {
   { "<Esc>",   '\033' },
   { "<Tab>",   '\t' },
   { "<Space>", ' ' },
+  { "<BackTab>", KEY_BTAB },
   { NULL,      0 }
 };