summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorrcyeske <rcyeske>2001-03-04 00:48:44 +0000
committerrcyeske <rcyeske>2001-03-04 00:48:44 +0000
commit006342c1e7a9ef4b4573bd6275678f805173909a (patch)
tree1b70757c7b145480522f147398cb09612b5fe03b /src/actions.c
parent7f42bcabf5efdfc71f3e4a47eeaffd0996901a53 (diff)
downloadratpoison-006342c1e7a9ef4b4573bd6275678f805173909a.zip
(cmd_bind): Do not pollute the message bar with
chatter about the keybinding.
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/actions.c b/src/actions.c
index f01a836..3b7cd61 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -238,10 +238,10 @@ cmd_bind (void *data)
if (key)
{
rp_action *key_action;
- char foo[1000];
- sprintf (foo, " %d %ld : '%s' ", key->state, key->sym, cmd);
- message (foo);
+/* char foo[1000]; */
+/* sprintf (foo, " %d %ld : '%s' ", key->state, key->sym, cmd); */
+/* message (foo); */
if ((key_action = find_keybinding (key->sym, key->state)))
replace_keybinding (key_action, cmd);