| | | | |
| U |
| |
| | unctrl -- generate printable representation of a character ( ) |
| |
| | unget_wch -- push character back onto the input queue ( ) |
| |
| | ungetch -- push character back onto the input queue ( ) |
| |
| | ungetwch -- get (or push back) wchar_t characters from curses terminal keyboard ( ) |
| |
| | untouchwin -- control window refresh ( ) |
| |
| | use complex characters (and renditions) to draw borders |
| | | -- border_set ( ) |
| | | -- box_set ( ) |
| | | -- wborder_set ( ) |
| |
| | use complex characters (and renditions) to draw lines |
| | | -- hline_set ( ) |
| | | -- mvhline_set ( ) |
| | | -- mvvline_set ( ) |
| | | -- mvwhline_set ( ) |
| | | -- mvwvline_set ( ) |
| | | -- vline_set ( ) |
| | | -- whline_set ( ) |
| | | -- wvline_set ( ) |
| |
| | use_env -- specify source of screen size information ( ) |
| |
| | use single-byte characters (and renditions) to draw lines |
| | | -- hline ( ) |
| | | -- mvhline ( ) |
| | | -- mvvline ( ) |
| | | -- mvwhline ( ) |
| | | -- mvwvline ( ) |
| | | -- vline ( ) |
| | | -- whline ( ) |
| | | -- wvline ( ) |