Subject: CVS commit: src/lib/libcurses
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/10/2003 07:37:12
Module Name:	src
Committed By:	dsl
Date:		Sun Aug 10 07:37:12 UTC 2003

Modified Files:
	src/lib/libcurses: addbytes.c curses_private.h move.c

Log Message:
Revert most of rev 1.27 of addbytes.c and associated changes.
Posix requires that adding '\n' does clrtoeol() and 'x = 0'.
(Making "\r\n" erase the text that has just been displayed.)
Remove __NONL test from addbytes, __NONL is a property of the output device.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/lib/libcurses/addbytes.c
cvs rdiff -r1.33 -r1.34 src/lib/libcurses/curses_private.h
cvs rdiff -r1.13 -r1.14 src/lib/libcurses/move.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.