]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
interactive: Fix wipe_bottom_line() on MacOS.
authorAndre Noll <maan@systemlinux.org>
Tue, 7 Aug 2012 11:32:44 +0000 (13:32 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:28 +0000 (20:28 +0100)
Once readline has been initialized, writing more than 68 characters in one go
to stderr using stdio causes interesting effects on Mac OS. Specifically, the
terminal is completely messed up. To increase the anticipated weirdness level,
writing the same string in smaller chunks just works fine. This patch adds such
code to interactive.c.


No differences found