ascii: Fix ascii_flush().
authorBen Pfaff <blp@gnu.org>
Tue, 19 Jan 2010 06:09:03 +0000 (22:09 -0800)
committerBen Pfaff <blp@gnu.org>
Tue, 19 Jan 2010 06:09:03 +0000 (22:09 -0800)
commitc9c6d86621b611f04b9132400ead11681fb9df2b
treeacf318f81bb80dfc4e818b76fefd6474f9416c12
parent23ebdca02083440bb1abc63fc81e0b5d1cdc9f8a
ascii: Fix ascii_flush().

ascii_flush() was not actually flushing the contents of the page, so this
commit changes it to do that.

This change made it clear that the proper place to reset the "y" position
on the page is in ascii_close_page(), so it makes that change too.
src/output/ascii.c