Home
last modified time | relevance | path

Searched refs:NT_MENU (Results 1 – 4 of 4) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/mutt/
H A Dnotify_type.h49 NT_MENU, ///< Menu has changed, #MenuRedrawFlags enumerator
/dports/mail/neomutt/neomutt-20211029/index/
H A Dibar.c268 if ((nc->event_type != NT_MENU) || !nc->global_data) in ibar_menu_observer()
365 notify_observer_add(parent->notify, NT_MENU, ibar_menu_observer, win_ibar); in ibar_new()
H A Dindex.c350 if ((nc->event_type != NT_MENU) || !nc->global_data) in index_menu_observer()
459 notify_observer_add(menu->notify, NT_MENU, index_menu_observer, win); in index_window_new()
/dports/mail/neomutt/neomutt-20211029/menu/
H A Dmove.c97 notify_send(menu->notify, NT_MENU, flags, NULL); in menu_set_and_notify()