]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - man/curs_delch.3x
ncurses 6.4 - patch 20230918
[ncurses.git] / man / curs_delch.3x
index b211f8479aa760a2be3daa427d406887379e72c3..dab1d42399bbebc1e7f1704110e249480f773bed 100644 (file)
@@ -1,5 +1,5 @@
 .\"***************************************************************************
-.\" Copyright 2018-2021,2022 Thomas E. Dickey                                *
+.\" Copyright 2018-2022,2023 Thomas E. Dickey                                *
 .\" Copyright 1998-2006,2010 Free Software Foundation, Inc.                  *
 .\"                                                                          *
 .\" Permission is hereby granted, free of charge, to any person obtaining a  *
 .\" authorization.                                                           *
 .\"***************************************************************************
 .\"
-.\" $Id: curs_delch.3x,v 1.19 2022/02/12 20:06:41 tom Exp $
-.TH curs_delch 3X 2022-02-12 "ncurses 6.4" "Library calls"
+.\" $Id: curs_delch.3x,v 1.26 2023/09/16 23:34:43 tom Exp $
+.TH curs_delch 3X 2023-09-16 "ncurses 6.4" "Library calls"
 .ie \n(.g .ds `` \(lq
 .el       .ds `` ``
 .ie \n(.g .ds '' \(rq
 .el       .ds '' ''
 .SH NAME
-\fBdelch\fP,
-\fBwdelch\fP,
-\fBmvdelch\fP,
-\fBmvwdelch\fP \- delete character under the cursor in a \fBcurses\fP window
+\fB\%delch\fP,
+\fB\%wdelch\fP,
+\fB\%mvdelch\fP,
+\fB\%mvwdelch\fP \-
+delete the character at the cursor in a \fIcurses\fR window
 .SH SYNOPSIS
 \fB#include <curses.h>\fP
 .sp
@@ -48,7 +49,6 @@
 \fBint mvdelch(int \fIy\fB, int \fIx\fB);\fR
 .br
 \fBint mvwdelch(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB);\fR
-.br
 .SH DESCRIPTION
 These routines delete the character under the cursor; all characters to the
 right of the cursor on the same line are moved to the left one position and the