X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_deleteln.3x;h=f8c6b449f2508795229307d99fed0dc9640c0032;hb=aef6681d538d4bd02cfdf9f52aeefec62488efd6;hp=7a3916f3caa5ec96f0b8ba90cb2d4d0c7558793e;hpb=74433bcf4f6fe40862a28f3c00edaedcd5054b01;p=ncurses.git diff --git a/man/curs_deleteln.3x b/man/curs_deleteln.3x index 7a3916f3..f8c6b449 100644 --- a/man/curs_deleteln.3x +++ b/man/curs_deleteln.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2020,2021 Thomas E. Dickey * +.\" Copyright 2018-2022,2023 Thomas E. Dickey * .\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,8 +27,8 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_deleteln.3x,v 1.19 2021/12/25 21:41:58 tom Exp $ -.TH curs_deleteln 3X "" +.\" $Id: curs_deleteln.3x,v 1.24 2023/07/01 15:43:20 tom Exp $ +.TH curs_deleteln 3X 2023-07-01 "ncurses 6.4" "Library calls" .SH NAME \fBdeleteln\fP, \fBwdeleteln\fP, @@ -41,16 +41,15 @@ .sp \fBint deleteln(void);\fP .br -\fBint wdeleteln(WINDOW *\fP\fIwin\fP\fB);\fP +\fBint wdeleteln(WINDOW *\fIwin\fB);\fR .sp -\fBint insdelln(int \fP\fIn\fP\fB);\fP +\fBint insdelln(int \fIn\fB);\fR .br -\fBint winsdelln(WINDOW *\fP\fIwin\fP\fB, int \fP\fIn\fP\fB);\fP +\fBint winsdelln(WINDOW *\fIwin\fB, int \fIn\fB);\fR .sp \fBint insertln(void);\fP .br -\fBint winsertln(WINDOW *\fP\fIwin\fP\fB);\fP -.br +\fBint winsertln(WINDOW *\fIwin\fB);\fR .SH DESCRIPTION The \fBdeleteln\fP and \fBwdeleteln\fP routines delete the line under the cursor in the window; all lines below the current line are moved up one line.