sabotage-linux / netbsd-curses

libcurses and dependencies taken from netbsd and brought into a portable shape (at least to musl or glibc)
Other
147 stars 14 forks source link

latest manpage additions missing. #21

Closed rofl0r closed 7 years ago

rofl0r commented 7 years ago

i imported a number of upstream additions that mention related manpages, however they are not to be found in the git clone of the netbsd src tree i'm using. the following manpages were mentioned but are currently missing:

filter.0
filter.3

getsyx.0
is_keypad.0
is_leaveok.0
setsyx.0
getsyx.3
is_keypad.3
is_leaveok.3
setsyx.3

use_env.0
use_env.3

typeahead.0
typeahead.3

has_key.0
has_key.3

additionally this manpage curses_screen.3 was added to a Makefile, but not to the tree, so it was probably already there but forgotten to add. we need to get these manpages from some other source, maybe directly from the CVS.