Subject: Curses bug
To: None <leo@marco.de>
From: Julian H Stacey <Julian.H.Stacey@regent.e-technik.tu-muenchen.de>
List: port-pc532
Date: 08/18/1994 16:52:55
Re. leo@marco.de patch:
> *** refresh.c.orig	Fri Dec 17 07:29:51 1993
> --- refresh.c	Mon Aug 15 12:51:54 1994
> ***************
> *** 296,302 ****
>   		    && wx <= lch) {
>   
>   			if (ce != NULL && win->maxx + win->begx == 
> ! 			    curscr->maxx && wx >= nlsp && nsp->ch == ' ') {
>   				/* Check for clear to end-of-line. */
>   				cep = &curscr->lines[wy]->line[win->maxx - 1];
>   				while (cep->ch == ' ' && cep->attr == 0)
> --- 296,302 ----
>   		    && wx <= lch) {
>   
>   			if (ce != NULL && win->maxx + win->begx == 
> ! 			    curscr->maxx && wx > nlsp && nsp->ch == ' ') {
>   				/* Check for clear to end-of-line. */
>   				cep = &curscr->lines[wy]->line[win->maxx - 1];
>   				while (cep->ch == ' ' && cep->attr == 0)

Looks like a reversed patch to me !
--
Julian Stacey, Vector Systems Ltd, Holz Str 27d, Munich, D-80469 Germany.
<stacey@freefall.cdrom.com>	Tel. +49 89 268616  ( TZ=GMT+1 )
Alternates:	<julian@pcsbst.pcs.com>,<jhs@regent.e-technik.tu-muenchen.de>



------------------------------------------------------------------------------