Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)
authorEric Andersen <andersen@codepoet.org>
Mon, 15 Sep 2003 08:33:45 +0000 (08:33 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 15 Sep 2003 08:33:45 +0000 (08:33 -0000)
commit8efe967018dd79aacfe3ca1e2583f115d744e466
tree7590704be6cf03c87242043f5909e12eb4150356
parentc4f72d1426e03f046ac54a00d733a4a52c3a5d4b
Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)
to ensure proper fallback behavior on, i.e. serial consoles.
 -Erik
coreutils/ls.c
editors/vi.c
include/libbb.h
libbb/get_terminal_width_height.c [new file with mode: 0644]
networking/telnet.c
networking/wget.c
procps/ps.c
procps/top.c
shell/cmdedit.c
util-linux/more.c