X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fresizeterm.3x;h=fed95a1a919ab2a1def337e7d105a9b9fd946871;hb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;hp=708b3a26ecca5eb2c0aca829baebeb0316860c44;hpb=79b07cae47a6fa064aa4d2ea70fe930884751eb4;p=ncurses.git diff --git a/man/resizeterm.3x b/man/resizeterm.3x index 708b3a26..fed95a1a 100644 --- a/man/resizeterm.3x +++ b/man/resizeterm.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 2018-2021,2022 Thomas E. Dickey * .\" Copyright 1998-2015,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -29,7 +29,7 @@ .\" .\" Author: Thomas E. Dickey 1996-on .\" -.\" $Id: resizeterm.3x,v 1.30 2021/12/25 21:49:32 tom Exp $ +.\" $Id: resizeterm.3x,v 1.31 2022/02/12 20:07:29 tom Exp $ .TH resizeterm 3X "" .de bP .ie n .IP \(bu 4 @@ -42,11 +42,11 @@ .SH SYNOPSIS \fB#include \fP .sp -\fBbool is_term_resized(int \fP\fIlines\fP\fB, int \fP\fIcolumns\fP\fB);\fP +\fBbool is_term_resized(int \fIlines\fB, int \fIcolumns\fB);\fR .br -\fBint resize_term(int \fP\fIlines\fP\fB, int \fP\fIcolumns\fP\fB);\fP +\fBint resize_term(int \fIlines\fB, int \fIcolumns\fB);\fR .br -\fBint resizeterm(int \fP\fIlines\fP\fB, int \fP\fIcolumns\fP\fB);\fP +\fBint resizeterm(int \fIlines\fB, int \fIcolumns\fB);\fR .SH DESCRIPTION .PP This is an extension to the curses library.