Correct use_screen() and use_window() prototypes in curs_threads(3x).

Submitted by:	Yanhui Shen <shen.elf@gmail.com>
MFC after:	3 days
This commit is contained in:
Dimitry Andric 2012-05-22 06:28:53 +00:00
parent b12bc99f91
commit db763e7cdf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235773
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@
.br
\fBint set_tabsize(int size);\fR
.br
\fBint use_screen(SCREEN *scr, NCURSES_WINDOW_CB func, void *data);\fR
\fBint use_screen(SCREEN *scr, NCURSES_SCREEN_CB func, void *data);\fR
.br
\fBint use_window(WINDOW *win, NCURSES_SCREEN_CB func, void *data);\fR
\fBint use_window(WINDOW *win, NCURSES_WINDOW_CB func, void *data);\fR
.br
.SH DESCRIPTION
This implementation can be configured to provide rudimentary support