mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
swaymsg: add newline after response
This commit is contained in:
parent
7a1c8c2939
commit
88368362df
@ -111,7 +111,7 @@ int main(int argc, char **argv) {
|
|||||||
uint32_t len = strlen(command);
|
uint32_t len = strlen(command);
|
||||||
char *resp = ipc_single_command(socketfd, type, command, &len);
|
char *resp = ipc_single_command(socketfd, type, command, &len);
|
||||||
if (!quiet) {
|
if (!quiet) {
|
||||||
printf("%s", resp);
|
printf("%s\n", resp);
|
||||||
}
|
}
|
||||||
close(socketfd);
|
close(socketfd);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user