Flush the output stream instead of arbitrarily disabling buffering
authorQuentin Rameau <quinq@fifth.space>
Tue, 29 May 2018 19:32:29 +0000 (21:32 +0200)
committerAaron Marcher <me@drkhsh.at>
Tue, 29 May 2018 20:26:05 +0000 (22:26 +0200)
commit7fe240856eef7b56d8ca0b57fd5642dbdc5b89b1
tree67376b9918df5aac6c6977c632cc60cc6c138cc8
parent81d5b427cb10eae98fc958627336503390b9a1c1
Flush the output stream instead of arbitrarily disabling buffering

This is (arguably) more elegant and it matches Xlib output logic.
Also use puts instead of printf as we don't do formating there.
slstatus.c