Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 1996 02:31:48 +0400 (MSD)
From:      =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) <ache@nagual.ru>
To:        peter@freefall.freebsd.org (Peter Wemm)
Cc:        CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-ports@freefall.freebsd.org
Subject:   Re: cvs commit:  ports/net/ncftp2/patches patch-ab
Message-ID:  <199608182231.CAA00790@nagual.ru>
In-Reply-To: <199608181512.IAA28314@freefall.freebsd.org> from "Peter Wemm" at "Aug 18, 96 08:12:45 am"

next in thread | previous 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.

It depends of what position you mean exactly.
Ncurses _must_ put space int this case:
		|
	       @|
	      / |-- window edge
	     /
	     space
-- 
Andrey A. Chernov
<ache@nagual.ru>
http://www.nagual.ru/~ache/



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