aboutsummaryrefslogtreecommitdiff
path: root/libbb/get_terminal_width_height.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Teach get_terminal_width_height to fall back to $LINES and $COLUMNS whenRob Landley2006-09-201-31/+0
* - remove emacs layout block as suggested by Robert P.J. DayBernhard Reutner-Fischer2006-05-191-10/+0
* - move buffer allocation schemes to libbb.hBernhard Reutner-Fischer2006-04-031-14/+2
* Actually returning ret might be good.Rob Landley2005-09-051-0/+2
* Bernhard Fischer suggested that get_terminal_width_height() should returnRob Landley2005-09-011-22/+7
* Brian Pomerantz writes:Eric Andersen2004-03-231-1/+1
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)Eric Andersen2003-09-151-0/+66