summaryrefslogtreecommitdiff
path: root/mnv/src/os_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'mnv/src/os_unix.c')
-rw-r--r--mnv/src/os_unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mnv/src/os_unix.c b/mnv/src/os_unix.c
index 36b7d4c315..64b2a7e5a3 100644
--- a/mnv/src/os_unix.c
+++ b/mnv/src/os_unix.c
@@ -4622,6 +4622,7 @@ mch_report_winsize(int fd, int rows, int cols)
void
mch_set_shellsize(void)
{
+#ifdef HAVE_TGETENT
if (*T_CWS)
{
/*
@@ -4633,6 +4634,7 @@ mch_set_shellsize(void)
out_flush();
screen_start(); // don't know where cursor is now
}
+#endif
}
#endif // VMS