X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_outopts.3x;h=4f90611bbdcc63bba975ab3e722d50df7738f2da;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hp=cc3b325d158f3488383585db8d4b8c50bab13769;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/man/curs_outopts.3x b/man/curs_outopts.3x index cc3b325d..4f90611b 100644 --- a/man/curs_outopts.3x +++ b/man/curs_outopts.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 2018-2021,2022 Thomas E. Dickey * .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,7 +27,7 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_outopts.3x,v 1.35 2021/12/25 21:41:58 tom Exp $ +.\" $Id: curs_outopts.3x,v 1.36 2022/02/12 20:05:11 tom Exp $ .TH curs_outopts 3X "" .na .hy 0 @@ -49,21 +49,21 @@ .SH SYNOPSIS \fB#include \fP .sp -\fBint clearok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fP +\fBint clearok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR .br -\fBint idlok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fP +\fBint idlok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR .br -\fBvoid idcok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fP +\fBvoid idcok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR .br -\fBvoid immedok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fP +\fBvoid immedok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR .br -\fBint leaveok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fP +\fBint leaveok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR .br -\fBint scrollok(WINDOW *\fP\fIwin\fP\fB, bool \fP\fIbf\fP\fB);\fP +\fBint scrollok(WINDOW *\fIwin\fB, bool \fIbf\fB);\fR .sp -\fBint setscrreg(int \fP\fItop\fP\fB, int \fP\fIbot\fP\fB);\fP +\fBint setscrreg(int \fItop\fB, int \fIbot\fB);\fR .br -\fBint wsetscrreg(WINDOW *\fP\fIwin\fP\fB, int \fP\fItop\fP\fB, int \fP\fIbot\fP\fB);\fP +\fBint wsetscrreg(WINDOW *\fIwin\fB, int \fItop\fB, int \fIbot\fB);\fR .br .SH DESCRIPTION .PP