NeoMutt
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Window drawing code

GUI miscellaneous curses (window drawing) routines.

Functions

Function Description Links
mutt_addwch() Addwch would be provided by an up-to-date curses library
mutt_any_key_to_continue() Prompt the user to 'press any key' and wait
mutt_beep() Irritate the user
mutt_edit_file() Let the user edit a file
mutt_endwin() Shutdown curses
mutt_format_s() Format a simple string
mutt_format_s_tree() Format a simple string with tree characters
mutt_format_s_x() Format a string like snprintf()
mutt_need_hard_redraw() Force a hard refresh
mutt_paddstr() Display a string on screen, padded if necessary
mutt_perror_debug() Show the user an 'errno' message
mutt_query_exit() Ask the user if they want to leave NeoMutt
mutt_refresh() Force a refresh of the screen
mutt_simple_format() Format a string, like snprintf()
mutt_strnwidth() Measure a string's width in screen cells
mutt_strwidth() Measure a string's width in screen cells
mutt_wstr_trunc() Work out how to truncate a widechar string
mw_enter_fname() Ask the user to select a file gui_mw
mw_what_key() Display the value of a key gui_mw