]> git.sur5r.net Git - i3/i3/commit
i3bar Bugfix: don't show "EOF" status line error
authorTony Crisci <tony@dubstepdish.com>
Tue, 7 Jan 2014 18:32:21 +0000 (13:32 -0500)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 13 Jan 2014 22:35:20 +0000 (23:35 +0100)
commit612d25c12cd1bd9ff4167e8530fe9a2c54a619e4
tree37088fec718d14d14895674264d0c5b66e541686
parentb8bf3d39eb4ef5035c6dc745db20e905341fe9dc
i3bar Bugfix: don't show "EOF" status line error

When the `status_command` sends EOF, it is terminated. Terminating this
process prints an error message to the status line (hence, a race
condition). This error message is always more useful than the former
"EOF" status line error because it shows the exit code.
i3bar/src/child.c