Merge pull request #293 from christophgysin/response

swaymsg: add newline after response
master
Drew DeVault 9 years ago
commit 9397091dab

@ -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