X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_threads.3x;h=350d5eea2523ed9210c15af9f1a61ad8456f46d4;hp=5732e924c1b54cdfc1f5f334d1f025f5d730ed90;hb=5eb177874dea59107a1a2ea44f5d8f5bb99550b2;hpb=ceaf3464e98d7984ed377f023abf63d69b7b8045 diff --git a/man/curs_threads.3x b/man/curs_threads.3x index 5732e924..350d5eea 100644 --- a/man/curs_threads.3x +++ b/man/curs_threads.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright (c) 2008-2010,2012 Free Software Foundation, Inc. * +.\" Copyright (c) 2008-2014,2015 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 +26,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_threads.3x,v 1.19 2012/05/26 17:03:26 tom Exp $ +.\" $Id: curs_threads.3x,v 1.23 2015/12/05 18:47:04 tom Exp $ .TH curs_threads 3X "" .de bP .IP \(bu 4 @@ -34,8 +34,7 @@ .na .hy 0 .SH NAME -\fBuse_screen\fR, -\fBuse_window\fR \- \fBcurses\fR thread support +\fBcurs_threads\fR \- \fBcurses\fR thread support .ad .hy .SH SYNOPSIS @@ -67,7 +66,7 @@ configuration which hide the mutex's needed to prevent concurrent use of the global variables when configured for threading. .PP In addition to forcing access to members of the \fBWINDOW\fP structure -to be via functions (see \fBcurs_opaque\fP(3x)), +to be via functions (see \fBcurs_opaque\fP(3X)), it makes functions of the common global variables, e.g., COLORS, @@ -540,6 +539,7 @@ wget_wch/screen (input-operation) wget_wstr/screen (input-operation) wgetbkgrnd/window wgetch/screen (input-operation) +wgetdelay/window wgetn_wstr/screen (input-operation) wgetnstr/screen (input-operation) wgetparent/window @@ -587,7 +587,7 @@ wvline_set/window .TE .\" *************************************************************************** .SH RETURN VALUE -These functions all return TRUE or FALSE, except as noted. +These functions all return \fBTRUE\fP or \fBFALSE\fP, except as noted. .SH NOTES Both a macro and a function are provided for each name. .SH PORTABILITY