Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Aug 1996 08:12:45 -0700 (PDT)
From:      Peter Wemm <peter>
To:        CVS-committers, cvs-all, cvs-ports
Subject:   cvs commit:  ports/net/ncftp2/patches patch-ab
Message-ID:  <199608181512.IAA28314@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       96/08/18 08:12:42

  Added:       net/ncftp2/patches  patch-ab
  Log:
  Work around what appears to be a ncurses bug.  The command line at the
  bottom of the screen can sometimes have stray characters left behind from
  the previous command.  This seems to be because ncurses is ignoreing
  a ``wprintw(window, "%s", " ")'' when it's in the last column of a window.
  I dont know who is right, ncurses or ncftp.
  
  This workaround also makes the code a little cleaner as a side effect. :-)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608181512.IAA28314>