summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 34ca92e)
raw | patch | inline | side by side (parent: 34ca92e)
author | Max Kellermann <max@duempel.org> | |
Tue, 29 Sep 2009 18:36:05 +0000 (20:36 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Tue, 29 Sep 2009 18:36:05 +0000 (20:36 +0200) |
screen_read_password() is responsible for hiding the cursor when
finished.
finished.
src/screen_client.c | patch | blob | history |
diff --git a/src/screen_client.c b/src/screen_client.c
index e4cc7cd600d06a6921bf1d784ab3e8f74ae248dd..855a1e2a125ba2df36e69ce2651677c165d3b01a 100644 (file)
--- a/src/screen_client.c
+++ b/src/screen_client.c
{
gint ret = _screen_auth(c, 0);
mpdclient_update(c);
- curs_set(0);
return ret;
}