commit 54870b8266bdddd39083e5fc4f87cca3014a1152 parent 081653074e69ae028be354aee7eca0c178a34d96 Author: Quentin Rameau <quinq@fifth.space> Date: Sun, 2 Jul 2017 20:05:36 +0200 Flush stdout on cleanup() Diffstat:
ui_ti.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/ui_ti.c b/ui_ti.c @@ -26,6 +26,7 @@ uicleanup(void) { tcsetattr(0, TCSAFLUSH, &tsave); putp(tparm(clear_screen)); + fflush(stdout); } static void