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.26 retrieving revision 1.27 diff -u -p -r1.26 -r1.27 --- src/lib/libcurses/curses_private.h 2002/12/23 12:15:04 1.26 +++ src/lib/libcurses/curses_private.h 2003/01/09 12:48:05 1.27 @@ -1,4 +1,4 @@ -/* $NetBSD: curses_private.h,v 1.26 2002/12/23 12:15:04 jdc Exp $ */ +/* $NetBSD: curses_private.h,v 1.27 2003/01/09 12:48:05 blymn Exp $ */ /*- * Copyright (c) 1998-2000 Brett Lymn @@ -241,6 +241,7 @@ struct __screen { char ttytype[128]; int endwin; int notty; + int half_delay; };