Show cursor after ctrl-c

This commit is contained in:
Bruce Hill 2019-06-10 22:57:26 -07:00
parent e094108f11
commit 91a31ee7e6

2
bb.c
View File

@ -243,7 +243,7 @@ void cleanup(void)
cmdfilename = NULL;
}
if (tty_out)
fputs(T_OFF(T_ALT_SCREEN), tty_out);
fputs(T_OFF(T_ALT_SCREEN) T_ON(T_SHOW_CURSOR), tty_out);
close_term();
}