mirror of
https://github.com/gwenhael-le-moine/sway-patched-tray-menu.git
synced 2025-01-17 18:12:18 +01:00
swaymsg: add newline after response
This commit is contained in:
parent
7a1c8c2939
commit
88368362df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue