From: Ingo Bürk Date: Sat, 6 Jan 2018 22:24:33 +0000 (+0100) Subject: Send success response for nop. (#3113) X-Git-Tag: 4.15~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1a04608796ff96c103cc0335994fa7fab8dca698;p=i3%2Fi3 Send success response for nop. (#3113) fixes #3112 --- diff --git a/src/commands.c b/src/commands.c index f9b803f4..136184af 100644 --- a/src/commands.c +++ b/src/commands.c @@ -745,6 +745,7 @@ void cmd_nop(I3_CMD, const char *comment) { LOG("-------------------------------------------------\n"); LOG(" NOP: %s\n", comment); LOG("-------------------------------------------------\n"); + ysuccess(true); } /*