Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 06/28/1999 05:32:09
Module Name: basesrc
Committed By: simonb
Date: Mon Jun 28 12:32:08 UTC 1999
Modified Files:
basesrc/lib/libcurses: curses.h
Log Message:
In struct __window, change flags back to an "unsigned int" from an
"u_int32_t", and move new member "delay" to the end of the structure.
Restores binary compatibility with older curses-based programs that
called any macros that modified window flags (like clearok, which
bites vi).
Fixes PR lib/7863 from Ross Harvey.
To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/lib/libcurses/curses.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.