* subshell.c (resize_tty) [!TIOCSWINSZ]: Warning fix.
Этот коммит содержится в:
родитель
4d4294fdb4
Коммит
8e7ad454d6
@ -1,3 +1,7 @@
|
||||
2003-01-24 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* subshell.c (resize_tty) [!TIOCSWINSZ]: Warning fix.
|
||||
|
||||
2003-01-23 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* slint.c (slang_init): Limit screen size to 255x255 because of
|
||||
|
@ -684,6 +684,8 @@ static int resize_tty (int fd)
|
||||
tty_size.ws_xpixel = tty_size.ws_ypixel = 0;
|
||||
|
||||
return ioctl (fd, TIOCSWINSZ, &tty_size);
|
||||
#else
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user