summaryrefslogtreecommitdiff
path: root/src/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command.c')
-rw-r--r--src/command.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/command.c b/src/command.c
index 81cb386..7c13747 100644
--- a/src/command.c
+++ b/src/command.c
@@ -2319,7 +2319,11 @@ run_command(char **argv)
get_tty();
SET_TTYMODE(0, &tio);
- tt_winsize(0);
+#if 0
+ if (TermWin.screen_mode != NS_MODE_NONE) {
+ tt_winsize(0);
+ }
+#endif
/* become virtual console, fail silently */
if (BITFIELD_IS_SET(vt_options, VT_OPTIONS_CONSOLE)) {