2013-09-26 17:14:40 +02:00

17 lines
674 B
Plaintext

$NetBSD: patch-aa,v 1.2 2001/06/20 06:04:54 jlam Exp $
--- iselect_browse.c.orig Wed Mar 31 01:42:49 1999
+++ iselect_browse.c
@@ -758,9 +758,10 @@
nRelLastDraw = nAbsLastLine-nAbsFirstLine;
strcpy(msg, "");
iSelect_Draw(wField, wYSize, wXSize, wYPos, wXPos, nAbsFirstLine, nAbsLastLine, nRelMarked, nRelFirstDraw, nRelLastDraw, nLines, sField, title, name, mField, msg, tagbegin, tagend);
-#ifndef USE_SLCURSES
+#ifdef USE_SLCURSES
redrawwin(wField);
#endif
+ touchwin(wField);
wrefresh(wField);
}
else {