From 09523f36f5916e6c1079f4055bd0da3ea578be02 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 9 May 2010 23:24:03 +0200 Subject: [PATCH] also re-render the tree for commands using the new parser --- src/ipc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ipc.c b/src/ipc.c index 704c0d47..81429abd 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -115,6 +115,7 @@ IPC_HANDLER(command) { char *command = scalloc(message_size); strncpy(command, (const char*)message, message_size); parse_cmd((const char*)command); + tree_render(); free(command); /* For now, every command gets a positive acknowledge -- 2.39.5