Make ascii driver's length and width parameters fit the terminal.
authorJohn Darrington <john@darrington.wattle.id.au>
Wed, 27 Oct 2010 11:13:19 +0000 (13:13 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Wed, 27 Oct 2010 11:13:19 +0000 (13:13 +0200)
commita77c12af47a9ed94b5c38d4a762bb287bfadda93
treebc65a7ec79c2a5cdff6f24eca7735048f0799956
parent150d9bdc4fc9f3edf7fef6ab5b4e8c321ef1618a
Make ascii driver's length and width parameters fit the terminal.

If the driver's output is a tty, then handle SIGWINCH to adjust
the length and width according to the size of the terminal.
src/output/ascii.c