X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fresizeterm.3x;h=ae5106e1d0b0dc1c5252da72e0a0fa5501ead922;hp=5f2bc9350ff72c869b4b8f8d78062a4c4176b5da;hb=a6eb34d7fec8170a8715f9e53ca2f96452dd30dd;hpb=47d2fb4537d9ad5bb14f4810561a327930ca4280 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.