]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Speed up add_spaces().
authorAndre Noll <maan@systemlinux.org>
Mon, 25 Mar 2013 19:08:12 +0000 (19:08 +0000)
committerAndre Noll <maan@systemlinux.org>
Thu, 2 May 2013 17:56:08 +0000 (19:56 +0200)
commite90c6c0a4d28a3f39e671c74ffe7c3de64650aa7
treebf3a5383a41031ad00ea47faa0f5a27e9c83f03f
parent20e2c6a532dcb0c197062b9f97753e000eae3c6a
gui: Speed up add_spaces().

The calls to waddstr() in this function showed up in profiles. So
print the full string at once instead of calling waddstr() for each
character.
gui.c