Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-29 | Don't use 'set -' | Paul Eggert | |
2005-01-03 | Don't set rows or columns to zero, to avoid | Jim 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-14 | Use tr's \n notation rather than \012. | Jim Meyering | |
2003-03-28 | Skip 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-09 | Reflect change in location of input-tty. | Jim Meyering | |
2000-01-29 | Set COLUMNS envvar, just to be safe. | Jim Meyering | |
1999-08-17 | source input-tty instead of open-coding it | Jim Meyering | |
1999-08-14 | Fail-77 if stdin is not a tty. | Jim Meyering | |
1999-02-08 | Use `stty', not $STTY. | Jim Meyering | |
Fix typo in VERBOSE code: s/\$RM/stty/. | |||
1998-04-04 | . | Jim Meyering | |