diff --git a/src/uifc/uifc32.c b/src/uifc/uifc32.c
index 8de7e43cc157523510730782fae83a22485f2577..a90d97a363182d85e0ab750872d58be426bb6224 100644
--- a/src/uifc/uifc32.c
+++ b/src/uifc/uifc32.c
@@ -978,6 +978,8 @@ int ulist(int mode, int left, int top, int width, int *cur, int *bar
 		if(api->timedisplay != NULL)
 			api->timedisplay(/* force? */FALSE);
 		gotkey=0;
+		textattr(((api->lbclr)&0x0f)|((api->lbclr >> 4)&0x0f));
+		gotoxy(s_left+lbrdrwidth+2+left, s_top+y);
 		if(kbwait() || (mode&(WIN_POP|WIN_SEL))) {
 			if(mode&WIN_POP)
 				gotkey=ESC;