swaymsg: add newline after response

master
Christoph Gysin 9 years ago
parent 7a1c8c2939
commit 88368362df

@ -111,7 +111,7 @@ int main(int argc, char **argv) {
uint32_t len = strlen(command);
char *resp = ipc_single_command(socketfd, type, command, &len);
if (!quiet) {
printf("%s", resp);
printf("%s\n", resp);
}
close(socketfd);

Loading…
Cancel
Save