summaryrefslogtreecommitdiff
path: root/usr.bin/window/wwinit.c
AgeCommit message (Collapse)Author
2001-11-19kill more registersMike Pechkin
millert@ ok
2000-04-15Modify to build with ncurses, not ocurses. A proper port to terminfoTodd C. Miller
is probably not worth the effort.
1999-11-14o link with -ocurses for now since window does not work properly with ncursesTodd C. Miller
o use mkdtemp(), not mktemp + mkdir in TERMINFO support o correct program paths for TERMINFO support o use the curses unctrl() function instead of a private one
1998-12-20bye bye BADSIGTheo de Raadt
1998-04-26fix some warningsTodd C. Miller
1997-02-25fix typeoJason Downs
1997-02-25Reimport NetBSD version w/ Todd's changes, new rcsids, and the beginings ofJason Downs
some source cleaning by me. This undoes Theo's wait() changes which broke the old version.
1996-06-26rcsidTheo de Raadt
1996-02-23Minor cleanup for 8-bit cleanliness. From der Mouse, PR 1322.Niklas Hallqvist
Eliminate the use of char variables for holding booleans. Compress struct ww somewhat. Make ww_index and related variables explicitly unsigned.
1995-12-26from netbsd:Theo de Raadt
Use POSIX signals. Always set FNONBLOCK on the tty. Eliminate the use of SIGIO, and some other cleanup. We don't need non-blocking mode without SIGIO.
1995-10-18initial import of NetBSD treeTheo de Raadt