tFlush stdout on cleanup() - sacc - sacc(omys), simple console gopher client (mirror) HTML git clone https://git.parazyd.org/sacc DIR Log DIR Files DIR Refs DIR LICENSE --- DIR commit 54870b8266bdddd39083e5fc4f87cca3014a1152 DIR parent 081653074e69ae028be354aee7eca0c178a34d96 HTML Author: Quentin Rameau <quinq@fifth.space> Date: Sun, 2 Jul 2017 20:05:36 +0200 Flush stdout on cleanup() Diffstat: M ui_ti.c | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/ui_ti.c b/ui_ti.c t@@ -26,6 +26,7 @@ uicleanup(void) { tcsetattr(0, TCSAFLUSH, &tsave); putp(tparm(clear_screen)); + fflush(stdout); } static void