curs_addchstr - Online Linux Manual PageSection : 3X
Updated :
NAMEaddchstr, addchnstr, waddchstr, waddchnstr, mvaddchstr, mvaddchnstr, mvwaddchstr, mvwaddchnstr − add a string of characters (and attributes) to a curses window
SYNOPSIS#include <curses.h>int addchstr(const chtype *chstr);
int addchnstr(const chtype *chstr, int n);
int waddchstr(WINDOW *win, const chtype *chstr);
int waddchnstr(WINDOW *win, const chtype *chstr, int n);
int mvaddchstr(int y, int x, const chtype *chstr);
int mvaddchnstr(int y, int x, const chtype *chstr, int n);
int mvwaddchstr(WINDOW *win, int y, int x, const chtype *chstr);
int mvwaddchnstr(WINDOW *win, int y, int x, const chtype *chstr, int n);
DESCRIPTIONThese functions copy the (null-terminated) chstr array into the window image structure starting at the current cursor position. The four functions with n as the last argument copy at most n elements, but no more than will fit on the line. If n=−1 then the whole array is copied, to the maximum number of characters that will fit on the line. The window cursor is not advanced. These functions work faster than waddnstr. On the other hand: • they do not perform checking (such as for the newline, backspace, or carriage return characters), • they do not advance the current cursor position, • they do not expand other control characters to ^-escapes, and • they truncate the string if it crosses the right margin, rather than wrapping it around to the new line.
RETURN VALUEAll functions return the integer ERR upon failure and OK on success. X/Open does not define any error conditions. This implementation returns an error if the window pointer is null. 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.
NOTESAll functions except waddchnstr may be macros.
PORTABILITYThese entry points are described in the XSI Curses standard, Issue 4.
SEE ALSOcurses(3X), curs_addstr(3X). Comparable functions in the wide-character (ncursesw) library are described in curs_add_wchstr(3X). 0
Johanes Gumabo
Data Size : 13,091 byte
man-addchstr.3xBuild : 2024-12-29, 07:25 :
Visitor Screen : x
Visitor Counter ( page / site ) : 3 / 258,370
Visitor ID : :
Visitor IP : 3.144.21.237 :
Visitor Provider : AMAZON-02 :
Provider Position ( lat x lon ) : 39.962500 x -83.006100 : x
Provider Accuracy Radius ( km ) : 1000 :
Provider City : Columbus :
Provider Province : Ohio , : ,
Provider Country : United States :
Provider Continent : North America :
Visitor Recorder : Version :
Visitor Recorder : Library :
Online Linux Manual Page : Version : Online Linux Manual Page - Fedora.40 - march=x86-64 - mtune=generic - 24.12.29
Online Linux Manual Page : Library : lib_c - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Online Linux Manual Page : Library : lib_m - 24.10.03 - march=x86-64 - mtune=generic - Fedora.40
Data Base : Version : Online Linux Manual Page Database - 24.04.13 - march=x86-64 - mtune=generic - fedora-38
Data Base : Library : lib_c - 23.02.07 - march=x86-64 - mtune=generic - fedora.36
Very long time ago, I have the best tutor, Wenzel Svojanovsky . If someone knows the email address of Wenzel Svojanovsky , please send an email to johanes_gumabo@yahoo.co.id .
If error, please print screen and send to johanes_gumabo@yahoo.co.id
Under development. Support me via PayPal.