Lines Matching full:character
55 add a \fIcurses\fR complex character to a window and advance the cursor
75 functions put the complex character \fIwch\fP into the given
79 wrapping and special-character processing as follows:
81 If \fIwch\fP refers to a spacing character,
82 then any previous character at that location is removed.
83 A new character specified by \fIwch\fP is
85 The cursor then advances after this spacing character,
86 to prepare for writing the next character on the screen.
88 The newly added spacing character is the base of the active complex character.
90 until another spacing character is written to the screen,
93 If \fIwch\fP refers to a non-spacing character,
94 it is appended to the active complex character,
98 The cursor is not advanced after adding a non-spacing character.
101 If the character part of \fIwch\fP is
102 a tab, newline, backspace or other control character,
117 that only a single character is being output is taken into consideration and,
194 The wide-character configuration of \fI\%ncurses\fP also defines symbols
301 if it is not possible to add a complete character in the window.
306 writing a character at the lower right margin succeeds.
310 If an error is detected when converting a multibyte character to a sequence
350 alternate character sets (i.e., the \fBacsc\fP capability),
355 use only the \fBacsc\fP character-mapping to provide this feature.
409 The complex character type \fBcchar_t\fR
410 can store more than one wide character (\fBwchar_t\fR).
412 describing only the cases where \fIwch\fP is a spacing character
413 or a non-spacing character.
418 contains at most one spacing character in the beginning of its list of wide
423 may hold one non-spacing character.
426 \fI\%ncurses\fP adds the non-spacing character to the active
427 (base) spacing character.
438 library in its non-wide-character configuration.