NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Message Window

The Message Window is a one-line interactive window at the bottom of the screen.

See GUI: Message Windows

Functions

Function Description Links
measure() Measure a string in bytes and cells
msgwin_add_text() Add text to the Message Window
msgwin_add_text_n() Add some text to the Message Window
msgwin_calc_rows() How many rows will a string need?
msgwin_clear_text() Clear the text in the Message Window
msgwin_get_text() Get the text from the Message Window
msgwin_get_window() Get the Message Window pointer
msgwin_new() Create the Message Window
msgwin_recalc() Recalculate the display of the Message Window MuttWindow::recalc(), window_recalc
msgwin_recursor() Recursor the Message Window MuttWindow::recursor(), window_recursor
msgwin_repaint() Redraw the Message Window MuttWindow::repaint(), window_repaint
msgwin_set_rows() Resize the Message Window
msgwin_set_text() Set the text for the Message Window
msgwin_window_observer() Notification that a Window has changed observer_t, observer_api