meh, hit a regression again
This commit is contained in:
parent
24e8a6996b
commit
c6b498d4fe
4
main.c
4
main.c
@ -34,7 +34,7 @@
|
||||
#include <locale.h>
|
||||
#endif
|
||||
|
||||
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.208 2012/03/23 21:58:21 tg Exp $");
|
||||
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.209 2012/03/23 22:36:23 tg Exp $");
|
||||
|
||||
extern char **environ;
|
||||
|
||||
@ -260,7 +260,7 @@ main_init(int argc, const char *argv[], Source **sp, struct block **lp)
|
||||
|
||||
#ifdef TIOCGWINSZ
|
||||
/* try to initialise tty size before importing environment */
|
||||
tty_init(false, false);
|
||||
tty_init(true, false);
|
||||
change_winsz();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user