X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_threads.3x;h=855dba83691e90f10c3e8eda18c01ec67d0048f5;hp=c2847f96cdf4f832f044dc3507b9850401b4894e;hb=5925150381bb42a4d8c7116d62c348a7b84309f3;hpb=06078d3fa68db669ed37178c01873546b4b28745;ds=sidebyside diff --git a/man/curs_threads.3x b/man/curs_threads.3x index c2847f96..855dba83 100644 --- a/man/curs_threads.3x +++ b/man/curs_threads.3x @@ -1,5 +1,6 @@ .\"*************************************************************************** -.\" Copyright (c) 2008-2015,2017 Free Software Foundation, Inc. * +.\" Copyright 2020 Thomas E. Dickey * +.\" Copyright 2008-2015,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * .\" copy of this software and associated documentation files (the * @@ -26,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_threads.3x,v 1.24 2017/11/18 23:56:00 tom Exp $ +.\" $Id: curs_threads.3x,v 1.26 2020/10/24 09:47:37 tom Exp $ .TH curs_threads 3X "" .de bP .ie n .IP \(bu 4 @@ -44,16 +45,16 @@ \fBtypedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);\fR .br \fBtypedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);\fR -.br +.sp \fBint get_escdelay(void);\fR .br -\fBint set_escdelay(int size);\fR +\fBint set_escdelay(int \fP\fIsize\fP\fB);\fR .br -\fBint set_tabsize(int size);\fR -.br -\fBint use_screen(SCREEN *scr, NCURSES_SCREEN_CB func, void *data);\fR +\fBint set_tabsize(int \fP\fIsize\fP\fB);\fR +.sp +\fBint use_screen(SCREEN *\fP\fIscr\fP\fB, NCURSES_SCREEN_CB \fP\fIfunc\fP\fB, void *\fP\fIdata\fP\fB);\fR .br -\fBint use_window(WINDOW *win, NCURSES_WINDOW_CB func, void *data);\fR +\fBint use_window(WINDOW *\fP\fIwin\fP\fB, NCURSES_WINDOW_CB \fP\fIfunc\fP\fB, void *\fP\fIdata\fP\fB);\fR .br .SH DESCRIPTION This implementation can be configured to provide rudimentary support