GUI miscellaneous curses (window drawing) routines
The following unused functions were removed:
| 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_need_hard_redraw() | Force a hard refresh | |
| mutt_paddstr() | Display a string on screen, padded if necessary | |
| mutt_query_exit() | Ask the user if they want to leave NeoMutt | |
| mutt_refresh() | Force a refresh of the screen | |
| mutt_str_expand_tabs() | Convert tabs to spaces in a string | |
| 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 |