]> granicus.if.org Git - mutt/commitdiff
Use the proper history class when entering mutt commands.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 12 Sep 1998 19:26:47 +0000 (19:26 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 12 Sep 1998 19:26:47 +0000 (19:26 +0000)
enter.c

diff --git a/enter.c b/enter.c
index 7ff8fb95a7635e155b9457d04b49c152c9f04966..0d0a558bc35a6ef9fa8c11f47f25d21dacc5543c 100644 (file)
--- a/enter.c
+++ b/enter.c
@@ -71,6 +71,8 @@ int mutt_enter_string (unsigned char *buf, size_t buflen, int y, int x,
     hclass = HC_CMD;
   else if(flags & M_ALIAS)
     hclass = HC_ALIAS;
+  else if(flags & M_COMMAND)
+    hclass = HC_COMMAND;
   else 
     hclass = HC_OTHER;