]> git.pld-linux.org Git - packages/mksh.git/blob - mksh-tty.patch
- provide /bin/ksh symlink; make builder script working (from ksh devs)
[packages/mksh.git] / mksh-tty.patch
1 --- mksh-40/var.c~      2011-07-07 21:48:19.000000000 +0200
2 +++ mksh-40/var.c       2011-07-07 22:08:36.466887894 +0200
3 @@ -1442,7 +1442,7 @@
4  #ifdef TIOCGWINSZ
5                 if (tty_fd < 0)
6                         /* non-FTALKING, try to get an fd anyway */
7 -                       tty_init(false, false);
8 +                       tty_init(true, false);
9  #endif
10                 x_cols = -1;
11         }
This page took 0.029844 seconds and 3 git commands to generate.