author | Max Kellermann <max@duempel.org> | |
Thu, 25 Sep 2008 17:19:39 +0000 (19:19 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 25 Sep 2008 17:19:39 +0000 (19:19 +0200) | ||
commit | f87fea3cd0792de52c0620c329b67db096a7a687 | |
tree | 758fab5957724ae12714ec449fbc632c90a87a1d | tree | snapshot |
parent | 84f5a0e883f96adf58c8fd182650a1372e367563 | commit | diff |
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.
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 | diff | blob | history |