Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/22/2000 14:34:26
Module Name:	basesrc
Committed By:	thorpej
Date:		Sat Apr 22 21:34:25 UTC 2000

Modified Files:
	basesrc/usr.bin/menuc: menu_sys.def

Log Message:
Make this work again now that curses no longer does an implicit tgetent()
via initscr() by calling t_getstr() with curses' internal terminal info
initialized in setterm() (which is called by initscr()).

XXX THIS IS A HORRIBLE KLUDGE!  ...and I'm almost embarassed to commit it.
XXX It really should be fixed by using normal curses facilities.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 basesrc/usr.bin/menuc/menu_sys.def

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