Bernhard Fischer suggested that get_terminal_width_height() should return
authorRob Landley <rob@landley.net>
Thu, 1 Sep 2005 02:57:45 +0000 (02:57 -0000)
committerRob Landley <rob@landley.net>
Thu, 1 Sep 2005 02:57:45 +0000 (02:57 -0000)
commite0537f6194cf37651c6e7ac3033226f09dab7557
tree38d91900ec491f8ad099c0e057efe88de0937336
parent37adefc670eb9c0a8989d1b8a982e00644c566ee
Bernhard Fischer suggested that  get_terminal_width_height() should return
the result of the ioctl so callers can tell if we have a tty.  (0 means
we have a tty, nonzero means the ioctl couldn't find size info and we
fake 80x24.  Really we should fake 80x25, but oh well...)
include/libbb.h
libbb/get_terminal_width_height.c