summaryrefslogtreecommitdiffstats
path: root/src/misc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc1.c')
-rw-r--r--src/misc1.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/misc1.c b/src/misc1.c
index 79014cf294..6bf7d75776 100644
--- a/src/misc1.c
+++ b/src/misc1.c
@@ -9450,10 +9450,7 @@ prepare_to_exit(void)
* screen (if there are two screens).
*/
settmode(TMODE_COOK);
-#ifdef WIN3264
- if (can_end_termcap_mode(FALSE) == TRUE)
-#endif
- stoptermcap();
+ stoptermcap();
out_flush();
}
}