Subject: CVS commit: src/lib/libcurses
To: None <source-changes@netbsd.org>
From: Julian Coleman <jdc@netbsd.org>
List: source-changes
Date: 04/05/2003 13:07:00
Module Name:	src
Committed By:	jdc
Date:		Sat Apr  5 10:07:00 UTC 2003

Modified Files:
	src/lib/libcurses: curses_private.h getch.c screen.c tty.c

Log Message:
Keep the cr->nl translation state in a separate variable, so that we can
do the translation ourselves (if the tty didn't do it for us).
Add debugging to track functions that change tty state.

Fixes PR 20834 by Stephen Borrill.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/lib/libcurses/curses_private.h
cvs rdiff -r1.39 -r1.40 src/lib/libcurses/getch.c
cvs rdiff -r1.12 -r1.13 src/lib/libcurses/screen.c
cvs rdiff -r1.31 -r1.32 src/lib/libcurses/tty.c

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