Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libcurses/curses_private.h,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- src/lib/libcurses/curses_private.h 2002/06/26 18:14:03 1.21 +++ src/lib/libcurses/curses_private.h 2002/06/26 18:23:28 1.22 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.21 2002/06/26 18:14:03 christos Exp $ */ +/* $NetBSD: curses_private.h,v 1.22 2002/06/26 18:23:28 itojun Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -233,6 +233,7 @@ struct __screen { char pad_char; char ttytype[128]; int endwin; + int notty; };