Code

screen_utils: don't call wmove() twice
authorMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 17:19:39 +0000 (19:19 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 25 Sep 2008 17:19:39 +0000 (19:19 +0200)
commitf87fea3cd0792de52c0620c329b67db096a7a687
tree758fab5957724ae12714ec449fbc632c90a87a1d
parent84f5a0e883f96adf58c8fd182650a1372e367563
screen_utils: don't call wmove() twice

The second wmove() is redundant, because the cursor is already there
after waddstr().  This also repairs wide characters in the prompt.
src/screen_utils.c