]> git.sur5r.net Git - i3/i3/commit
i3-msg: check reply in quiet mode
authorVivien Didelot <vivien.didelot@gmail.com>
Tue, 2 Oct 2018 22:13:06 +0000 (18:13 -0400)
committerVivien Didelot <vivien.didelot@gmail.com>
Wed, 3 Oct 2018 14:43:09 +0000 (10:43 -0400)
commitd722d1b0e605be6b84f37053d05d43d40fe6d88c
tree8e06a65a313e2c76d003164b96cc07f67764afe3
parent3b73edb511b5ee0b4aead0f9249f3b73a04fe53b
i3-msg: check reply in quiet mode

i3-msg currently exits right after sending the IPC message if the quiet
flag is set. This means that if an error occurred when issuing a
command, e.g. "i3-msg -q foobar", it gets silently ignored.

What we really want is to just skip printing but still check the reply.

At the same time, explicitly print the reply when we need to, instead of
using an exit label.
i3-msg/main.c