ascii.c: Move auto out of the #if HAVE_DECL_SIGWINCH condtional
authorJohn Darrington <john@darrington.wattle.id.au>
Sat, 25 Feb 2012 11:22:32 +0000 (12:22 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 26 Feb 2012 18:32:14 +0000 (19:32 +0100)
commit3c70826f9e59d2008305ed8305554a532851f6d9
tree24f86a1a9a166c7ddf362748ad4f0bacebdc7607
parent94a8e93c4397e1140dd6de5db19d054df546419e
ascii.c: Move auto out of the #if HAVE_DECL_SIGWINCH condtional

Whether or not the width/length should be automatic should depend only on whether the
output is a terminal, and not upon the existance of SIGWINCH
src/output/ascii.c