Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
some source cleaning by me.
This undoes Theo's wait() changes which broke the old version.
|
|
|
|
Eliminate the use of char variables for holding booleans.
Compress struct ww somewhat.
Make ww_index and related variables explicitly unsigned.
|
|
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.
|
|
|