=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/window/Attic/main.c,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/window/Attic/main.c 1995/12/26 18:00:24 1.2 --- src/usr.bin/window/Attic/main.c 1996/02/23 14:10:42 1.3 *************** *** 1,4 **** ! /* $NetBSD: main.c,v 1.5 1995/12/21 10:45:28 mycroft Exp $ */ /* * Copyright (c) 1983, 1993 --- 1,4 ---- ! /* $NetBSD: main.c,v 1.6 1996/02/08 20:45:01 mycroft Exp $ */ /* * Copyright (c) 1983, 1993 *************** *** 46,52 **** #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$NetBSD: main.c,v 1.5 1995/12/21 10:45:28 mycroft Exp $"; #endif #endif /* not lint */ --- 46,52 ---- #if 0 static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$NetBSD: main.c,v 1.6 1996/02/08 20:45:01 mycroft Exp $"; #endif #endif /* not lint */ *************** *** 161,170 **** (void) fprintf(stderr, "%s.\r\n", wwerror()); goto bad; } ! cmdwin->ww_mapnl = 1; ! cmdwin->ww_nointr = 1; ! cmdwin->ww_noupdate = 1; ! cmdwin->ww_unctrl = 1; if ((framewin = wwopen(WWT_INTERNAL, WWO_GLASS|WWO_FRAME, wwnrow, wwncol, 0, 0, 0)) == 0) { wwflush(); --- 161,168 ---- (void) fprintf(stderr, "%s.\r\n", wwerror()); goto bad; } ! SET(cmdwin->ww_wflags, ! WWW_MAPNL | WWW_NOINTR | WWW_NOUPDATE | WWW_UNCTRL); if ((framewin = wwopen(WWT_INTERNAL, WWO_GLASS|WWO_FRAME, wwnrow, wwncol, 0, 0, 0)) == 0) { wwflush();