Hi Collin, > I haven't tested other platforms yet but hopefully it should all be > handled in termios.h there or through a single #include like glibc.
AIX is like glibc, here: $ echo '#include <termios.h>' | $CC -E - | grep winsize $ echo '#include <sys/ioctl.h>' | $CC -E - | grep winsize struct winsize { On all other platforms (other than native Windows), <termios.h> is sufficient. Bruno