|
winswstr(3) -- Insert a wchar_t string before the character under the cursor in a Curses window
|
These routines insert a wchar_t character string (as many wchar_t characters as will fit on the line) before the character under the cursor. All characters to the right of the cursor are moved to the ... |
wins_nwstr(3) -- Insert a wide-character string into a Curses window
|
These functions insert a wchar_t character string (as many wchar_t characters as will fit on the line) in the current or specified window immediately before the current or specified position. All char... |
wins_wch(3) -- Insert a complex character and rendition before the character under the cursor in a Curses window
|
These functions insert the complex character wch, along with its rendition, in the current or specified window at the current or specified cursor position. These functions: Do not perform wrapping In ... |
wins_wstr(3) -- Insert a wide-character string into a Curses window
|
These functions insert a wchar_t character string (as many wchar_t characters as will fit on the line) in the current or specified window immediately before the current or specified position. All char... |
winwch(3) -- Get a wchar_t character and its attributes from a Curses window
|
These routines return the wide character, of type chtype, at the current or specified position in the current or specified window. If any attributes are set for that position, their values included in... |
winwchnstr(3) -- Get a string of wchar_t characters (and attributes) from a Curses window
|
These routines return a string of type chtype, holding wchar_t characters, starting at the current or specified cursor position in the current or specified window and ending at the right margin of the... |
winwchstr(3) -- Get a string of wchar_t characters (and attributes) from a Curses window
|
These routines return a string of type chtype, holding wchar_t characters, starting at the current or specified cursor position in the current or specified window and ending at the right margin of the... |
winwstr(3) -- Get a string of wchar_t characters from a Curses window
|
These routines return a string of wchar_t characters in str, starting at the current or specified cursor position in the current or specified window and ending at the right margin of the window. The f... |
win_wch(3) -- Input a complex character and rendition from a Curses window
|
These functions extract the complex character and rendition from the current or specified position in the current or specified window into the object pointed to by wcval. |
win_wchnstr(3) -- Input an array of complex characters and renditions from a Curses window
|
These functions extract characters from the current or specified window, starting at the current or specified position and ending at the end of the line, and place them in the array pointed to by wchs... |
win_wchstr(3) -- Input an array of complex characters and renditions from a Curses window
|
These functions extract characters from the current or specified window, starting at the current or specified position and ending at the end of the line, and place them in the array pointed to by wchs... |
wmemchr(3) -- Perform
|
The wmemcpy(), wmemchr(), wmemcmp(), wmemset(), and wmemmove() functions operate on wide-character strings in memory areas. A memory area is a group of contiguous wide characters bound by a count and ... |
wmemcmp(3) -- Perform
|
The wmemcpy(), wmemchr(), wmemcmp(), wmemset(), and wmemmove() functions operate on wide-character strings in memory areas. A memory area is a group of contiguous wide characters bound by a count and ... |