]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_threads.3x
ncurses 6.4 - patch 20230701
[ncurses.git] / man / curs_threads.3x
index b45e8117316c0dd09a5d457469205fc1407b5ba5..bd8a5c96730f36fa54ce8d74939b535fd788399d 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2021,2022 Thomas E. Dickey                                     *
+.\" Copyright 2021-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 2008-2015,2017 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
@@ -27,8 +27,8 @@
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_threads.3x,v 1.32 2022/02/12 20:05:11 tom Exp $
-.TH curs_threads 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: curs_threads.3x,v 1.35 2023/07/01 15:43:20 tom Exp $
+.TH curs_threads 3X 2023-07-01 "ncurses 6.4" "Library calls"
 .de bP
 .ie n  .IP \(bu 4
 .el    .IP \(bu 2
@@ -55,7 +55,6 @@
 \fBint use_screen(SCREEN *\fIscr\fB, NCURSES_SCREEN_CB \fIfunc\fB, void *\fIdata\fB);\fR
 .br
 \fBint use_window(WINDOW *\fIwin\fB, NCURSES_WINDOW_CB \fIfunc\fB, void *\fIdata\fB);\fR
-.br
 .SH DESCRIPTION
 This implementation can be configured to provide rudimentary support
 for multi-threaded applications.