also re-render the tree for commands using the new parser
This commit is contained in:
parent
65e9036837
commit
09523f36f5
@ -115,6 +115,7 @@ IPC_HANDLER(command) {
|
|||||||
char *command = scalloc(message_size);
|
char *command = scalloc(message_size);
|
||||||
strncpy(command, (const char*)message, message_size);
|
strncpy(command, (const char*)message, message_size);
|
||||||
parse_cmd((const char*)command);
|
parse_cmd((const char*)command);
|
||||||
|
tree_render();
|
||||||
free(command);
|
free(command);
|
||||||
|
|
||||||
/* For now, every command gets a positive acknowledge
|
/* For now, every command gets a positive acknowledge
|
||||||
|
Loading…
Reference in New Issue
Block a user