X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fresizeterm.3x;fp=man%2Fresizeterm.3x;h=ae5106e1d0b0dc1c5252da72e0a0fa5501ead922;hp=5f2bc9350ff72c869b4b8f8d78062a4c4176b5da;hb=e5d1530ca229aef94a3c84ad33f8ae89f35c4045;hpb=5c90fc94a5ac426a5e51732720767d5f0041830d diff --git a/man/resizeterm.3x b/man/resizeterm.3x index 5f2bc935..ae5106e1 100644 --- a/man/resizeterm.3x +++ b/man/resizeterm.3x @@ -29,7 +29,7 @@ .\" .\" Author: Thomas E. Dickey 1996-on .\" -.\" $Id: resizeterm.3x,v 1.27 2020/02/02 23:34:34 tom Exp $ +.\" $Id: resizeterm.3x,v 1.28 2020/10/17 23:55:41 tom Exp $ .TH resizeterm 3X "" .de bP .ie n .IP \(bu 4 @@ -42,11 +42,11 @@ .SH SYNOPSIS \fB#include \fR .sp -\fBbool is_term_resized(int lines, int columns);\fR +\fBbool is_term_resized(int \fP\fIlines\fP\fB, int \fP\fIcolumns\fP\fB);\fR .br -\fBint resize_term(int lines, int columns);\fR +\fBint resize_term(int \fP\fIlines\fP\fB, int \fP\fIcolumns\fP\fB);\fR .br -\fBint resizeterm(int lines, int columns);\fR +\fBint resizeterm(int \fP\fIlines\fP\fB, int \fP\fIcolumns\fP\fB);\fR .SH DESCRIPTION .PP This is an extension to the curses library.