$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 {
