From f5f07ddd7d389e04fb304da3e862692aa29dfc1d Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Wed, 20 Oct 2004 11:23:56 +0000
Subject: [PATCH] Switch back to the current cursor type after redrawing the
 input line, not normal cursor.

---
 src/uifc/uifc32.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c
index dfb9aff0c3..0feff6a022 100644
--- a/src/uifc/uifc32.c
+++ b/src/uifc/uifc32.c
@@ -1477,7 +1477,7 @@ void getstrupd(int left, int top, int width, char *outstr, int cursoffset, int *
 	gotoxy(left,top);
 	cprintf("%-*.*s",width,width,outstr+*scrnoffset);
 	gotoxy(left+(cursoffset-*scrnoffset),top);
-	_setcursortype(_NORMALCURSOR);
+	_setcursortype(cursor);
 }
 
 /****************************************************************************/
-- 
GitLab