]> git.neil.brown.name Git - edlib.git/blobdiff - lib-input.c
Mark all "Close" handlers as being closed_ok.
[edlib.git] / lib-input.c
index 4b2200df20ac6e60f86ab2d948e0d419c47373af..f862370ca288176831b8eb3b62b6d49116c70a3a 100644 (file)
@@ -477,7 +477,7 @@ DEF_CMD(close_focus)
        return 1;
 }
 
-DEF_CMD(input_close)
+DEF_CMD_CLOSED(input_close)
 {
        struct input_mode *im = ci->home->data;
        int i;