From 6e59398f3083350c3cf1ed638dac06a135d2c0d5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 29 Sep 2009 20:36:05 +0200 Subject: [PATCH] screen_client: removed curs_set() call from screen_auth() screen_read_password() is responsible for hiding the cursor when finished. --- src/screen_client.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/screen_client.c b/src/screen_client.c index e4cc7cd..855a1e2 100644 --- a/src/screen_client.c +++ b/src/screen_client.c @@ -51,6 +51,5 @@ screen_auth(struct mpdclient *c) { gint ret = _screen_auth(c, 0); mpdclient_update(c); - curs_set(0); return ret; } -- 2.30.2