Lines Matching +full:3 +full:x
31 .\" $Id: curs_addch.3x,v 1.85 2024/04/20 19:03:47 tom Exp $
32 .TH curs_addch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
68 \fBint mvaddch(int \fIy\fP, int \fIx\fP, const chtype \fIch\fP);
69 \fBint mvwaddch(WINDOW *\fIwin\fP, int \fIy\fP, int \fIx\fP, const chtype \fIch\fP);
82 analogously to the standard C library's \fI\%putchar\fP(3).
83 \fB\%ncurses\fP(3X) describes the variants of this function.
91 and if \fB\%scrollok\fP(3X) is enabled for
112 Line feed does a \fB\%clrtoeol\fP(3X),
114 and if \fB\%scrollok\fP(3X) is enabled for
124 see \fB\%curs_variables\fP(3X).
130 using the same convention as \fB\%unctrl\fP(3X).
132 Calling \fB\%winch\fP(3X) on the location of a nonprintable character
134 but its \fB\%unctrl\fP(3X) representation.
141 using \fB\%winch\fP(3X) and
143 See \fB\%curs_attr\fP(3X) for values of predefined video attribute
216 ACS_S3 \- p scan line 3
224 ACS_VLINE | x vertical line
253 if \fB\%scrollok\fP(3X) is not enabled in that event,
259 .IR x )
269 X/Open Curses,
282 X/Open Curses states that the
316 (see \fB\%curs_add_wch\fP(3X)).
320 X/Open Curses
337 apparently based on the X/Open documentation around 1995).
389 environment variable in \fB\%ncurses\fP(3X)).
391 X/Open Curses assumes that the parameter passed to
394 As discussed in \fB\%curs_attr\fP(3X),
397 but in the X/Open Curses model,
401 and X/Open Curses is that the latter separates non-character information
437 with \fB\%wmove\fP(3X)\(em\c
449 or \fB\%wadd_wch\fP(3X).
453 \fB\%wadd_wch\fP(3X).
460 but X/Open Curses does not specify it
461 (see \fB\%curs_variables\fP(3X)).
463 \fB\%curs_add_wch\fP(3X) describes comparable functions of the
468 \fB\%curses\fP(3X),
469 \fB\%curs_addchstr\fP(3X),
470 \fB\%curs_addstr\fP(3X),
471 \fB\%curs_attr\fP(3X),
472 \fB\%curs_clear\fP(3X),
473 \fB\%curs_inch\fP(3X),
474 \fB\%curs_outopts\fP(3X),
475 \fB\%curs_refresh\fP(3X),
476 \fB\%curs_variables\fP(3X),
477 \fB\%putchar\fP(3)