From 9b10edb6c5f77b2e94a3ccb26222ae119d605693 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 20 Dec 2012 19:27:23 +0100 Subject: [PATCH] core: group templates of command /mouse into a single template --- src/core/wee-command.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/core/wee-command.c b/src/core/wee-command.c index e975643d0..3dfe6ea68 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -6327,9 +6327,7 @@ command_init () " /mouse enable\n" " toggle mouse for 5 seconds:\n" " /mouse toggle 5"), - "enable" - " || disable" - " || toggle", + "enable|disable|toggle", &command_mouse, NULL); hook_command (NULL, "mute", N_("execute a command silently"),