X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_threads.3x;h=24e24938516d2a163b83bf7cce36416e5b9bc47b;hp=19c92fe6558c434ac02df586fad34f8d8383547f;hb=d448186ac240901c6976dc74c260f052d3ed53e4;hpb=275aeb5889b10a51796b311f3773aeaea4d0a754 diff --git a/man/curs_threads.3x b/man/curs_threads.3x index 19c92fe6..24e24938 100644 --- a/man/curs_threads.3x +++ b/man/curs_threads.3x @@ -26,7 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_threads.3x,v 1.13 2010/07/31 16:10:55 tom Exp $ +.\" $Id: curs_threads.3x,v 1.15 2010/09/11 22:17:11 tom Exp $ .TH curs_threads 3X "" .na .hy 0 @@ -39,8 +39,11 @@ \fB#include \fR .sp \fBtypedef int (*NCURSES_WINDOW_CB)(WINDOW *, void *);\fR +.br \fBtypedef int (*NCURSES_SCREEN_CB)(SCREEN *, void *);\fR .br +\fBint get_escdelay(void);\fR +.br \fBint set_escdelay(int size);\fR .br \fBint set_tabsize(int size);\fR @@ -89,6 +92,8 @@ To modify them in any configuration, use the \fBset_escdelay\fP or \fBset_tabsize\fP functions. Other global variables are not modifiable. .PP +The \fBget_escdelay\fP function returns the value for ESCDELAY. +.PP The \fBuse_window\fP and \fBuse_screen\fP functions provide coarse granularity mutexes for their respective \fBWINDOW\fP and \fBSCREEN\fP parameters, and call a user-supplied function,