summaryrefslogtreecommitdiff
path: root/tests/stty/row-col-1
AgeCommit message (Collapse)Author
2005-04-29Don't use 'set -'Paul Eggert
2005-01-03Don't set rows or columns to zero, to avoidJim Meyering
a bug in the TIOCGWINSZ ioctl on at least Solaris5.9 systems. Setting either (or both) to zero would succeed, but subsequent `stty size' would say `no size information for this device' due to the ioctl failing with EINVAL.
2004-10-13*** empty log message ***Paul Eggert
2003-05-14Use tr's \n notation rather than \012.Jim Meyering
2003-03-28Skip this test if stty can't get window size.Jim Meyering
This happens when connecting to sparc-solaris2.7 via ssh from within emacs. Reported by Karl Berry.
2001-03-09Reflect change in location of input-tty.Jim Meyering
2000-01-29Set COLUMNS envvar, just to be safe.Jim Meyering
1999-08-17source input-tty instead of open-coding itJim Meyering
1999-08-14Fail-77 if stdin is not a tty.Jim Meyering
1999-02-08Use `stty', not $STTY.Jim Meyering
Fix typo in VERBOSE code: s/\$RM/stty/.
1998-04-04.Jim Meyering