ins_wch


HOME

ins_wch

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
ERRORS
SEE ALSO

NAME

ins_wch, mvins_wch, mvwins_wch, wins_wch − insert a complex character and rendition into a window

SYNOPSIS

#include <ncurses/curses.h>

int ins_wch(const cchar_t *wch);
int wins_wch(WINDOW *
win, const cchar_t *wch);
int mvins_wch(int
y, int x, const cchar_t *wch);
int mvwins_wch(WINDOW *
win, int y, int x, const cchar_t *wch);

DESCRIPTION

These routines, insert the complex character wch with rendition before the character under the cursor. All characters to the right of the cursor are moved one space to the right, with the possibility of the rightmost character on the line being lost. The insertion operation does not change the cursor position.

RETURN VALUE

If successful, these functions return OK. If not, they return ERR.

Functions with a "mv" prefix first perform a cursor movement using wmove, and return an error if the position is outside the window, or if the window pointer is null.

ERRORS

No errors are defined.

SEE ALSO

ncurses(3NCURSES), insch(3NCURSES).




More Linux Commands

manpages/svc_destroy.3.html
svc_destroy(3) - library routines for remote procedure calls
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/Tcl_AppendStringsToObjVA.3.html
Tcl_AppendStringsToObjVA(3) - manipulate Tcl objects as stri
The procedures described in this manual entry allow Tcl objects to be manipulated as string values. They use the internal representation of the object to store

manpages/Tk_AllocBitmapFromObj.3.html
Tk_AllocBitmapFromObj(3) - maintain database of single-plane
These procedures manage a collection of bitmaps (one-plane pixmaps) being used by an application. The procedures allow bitmaps to be re-used efficiently, thereb

manpages/mdoc-export-msxdoc.1.html
mdoc-export-msxdoc(1) - (unknown subject) - Linux man page
mdoc export-msxdoc creates Microsoft XML Documentation (as produced by csc /doc) from the mdoc(5)-formatted documentation XML files within DIRECTORIES. OPTIONS

manpages/pdfopt.1.html
pdfopt(1) - Ghostscript PDF Optimizer - Linux manual page...
pdfopt uses gs(1) to convert the Adobe Portable Document Format (PDF) file input.pdf to a so-called optimized form in output.pdf. Optimization puts the elements

manpages/svc_sendreply.3.html
svc_sendreply(3) - library routines for remote procedure cal
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s

manpages/XF86VidModeGetViewPort.3.html
XF86VidModeGetViewPort(3) - Extension library for the XFree8
These functions provide an interface to the server extension XFree86-VidModeExtension which allows the video modes to be queried and adjusted dynamically and mo

manpages/formail.1.html
formail(1) - mail (re)formatter (Commands - Linux man page)
formail is a filter that can be used to force mail into mailbox format, perform From escaping, generate auto-replying headers, do simple header munging/extracti

manpages/irrecord.1.html
irrecord(1) - application for recording IR-codes for usage w
This program will record the signals from your remote control and create a config file for lircd. A proper config file for lircd is maybe the most vital part of

manpages/X11::Protocol::Connection::INETSocket.3pm.html
X11::Protocol::Connection::INETSocket.3pm...................
This module is used by X11::Protocol to establish a connection and communicate with a server over a TCP/IP connection, using the IO::Socket::INET module. AUTHOR

manpages/directfb-csource.1.html
directfb-csource(1) - C code generation utility for DirectFB
directfb-csource is a small utility that reads PNG (Portable Network Graphics) image files and generates C code that can be used to compile an image into a Dire

manpages/Tk_UnmaintainGeometry.3.html
Tk_UnmaintainGeometry(3) - maintain geometry of one window r
Tk_MaintainGeometry and Tk_UnmaintainGeometry make it easier for geometry managers to deal with slaves whose masters are not their parents. Three problems arise





We can't live, work or learn in freedom unless the software we use is free.