X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=man%2Fcurs_insch.3x;h=4a808607f990aa0f70b5e7796715ae225951e368;hb=31c4bcf3307145fc5368b4aaf15e41bdd66a984b;hp=7534c93e46d349151c5cafba7d801e4c321fe452;hpb=16fbf3f4f7d96b6ee6bf9159b22f26e05962aa3d;p=ncurses.git diff --git a/man/curs_insch.3x b/man/curs_insch.3x index 7534c93e..4a808607 100644 --- a/man/curs_insch.3x +++ b/man/curs_insch.3x @@ -1,5 +1,5 @@ .\"*************************************************************************** -.\" Copyright 2018-2021,2022 Thomas E. Dickey * +.\" Copyright 2018-2022,2023 Thomas E. Dickey * .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * .\" * .\" Permission is hereby granted, free of charge, to any person obtaining a * @@ -27,17 +27,18 @@ .\" authorization. * .\"*************************************************************************** .\" -.\" $Id: curs_insch.3x,v 1.22 2022/02/12 20:05:11 tom Exp $ -.TH curs_insch 3X "" +.\" $Id: curs_insch.3x,v 1.30 2023/09/16 23:37:03 tom Exp $ +.TH curs_insch 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 -\fBinsch\fP, -\fBwinsch\fP, -\fBmvinsch\fP, -\fBmvwinsch\fP \- insert a character before cursor in a \fBcurses\fP window +\fB\%insch\fP, +\fB\%winsch\fP, +\fB\%mvinsch\fP, +\fB\%mvwinsch\fP \- +insert a \fIcurses\fR character in a window .SH SYNOPSIS \fB#include \fP .sp @@ -48,7 +49,6 @@ \fBint mvinsch(int \fIy\fB, int \fIx\fB, chtype \fIch\fB);\fR .br \fBint mvwinsch(WINDOW *\fIwin\fB, int \fIy\fB, int \fIx\fB, chtype \fIch\fB);\fR -.br .SH DESCRIPTION These routines insert the character \fIch\fP before the character under the cursor.