mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
17 lines
674 B
Plaintext
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 {
|