Home
last modified time | relevance | path

Searched refs:R_MENU (Results 1 – 10 of 10) sorted by relevance

/dports/mail/neomutt/neomutt-20211029/
H A Dmutt_config.c152 { "arrow_cursor", DT_BOOL|R_MENU, false, 0, NULL,
242 { "date_format", DT_STRING|DT_NOT_EMPTY|R_MENU, IP "!%a, %b %d, %Y at %I:%M:%S%p %Z", 0, NULL,
281 …{ "folder_format", DT_STRING|DT_NOT_EMPTY|R_MENU, IP "%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %i", 0…
336 { "idn_decode", DT_BOOL|R_MENU, true, 0, NULL,
339 { "idn_encode", DT_BOOL|R_MENU, true, 0, NULL,
555 { "size_show_bytes", DT_BOOL|R_MENU, false, 0, NULL,
558 { "size_show_fractions", DT_BOOL|R_MENU, true, 0, NULL,
561 { "size_show_mb", DT_BOOL|R_MENU, true, 0, NULL,
564 { "size_units_on_left", DT_BOOL|R_MENU, false, 0, NULL,
H A DChangeLog.md1518 - Create R_MENU redraw option
1555 - Create R_MENU redraw option
/dports/mail/neomutt/neomutt-20211029/autocrypt/
H A Dconfig.c44 { "autocrypt_acct_format", DT_STRING|R_MENU, IP "%4n %-30a %20p %10s", 0, NULL,
/dports/mail/neomutt/neomutt-20211029/compose/
H A Dconfig.c39 …{ "compose_format", DT_STRING|R_MENU, IP "-- NeoMutt: Compose [Approx. msg size: %l Atts: %a]%>…
/dports/mail/neomutt/neomutt-20211029/config/
H A Dtypes.h72 #define R_MENU (1 << 24) ///< Redraw all menus macro
/dports/misc/pfm/pfm-2.12.3/lib/App/PFM/
H A DScreen.pm76 R_MENU => 2, # reprint the menu constant
92 use constant R_FRAME => R_MENU | R_PATHINFO | R_HEADINGS | R_FOOTER;
903 if ($deferred_refresh & R_MENU) {
H A DHistory.pm562 ->set_deferred_refresh($screen->R_MENU);
H A DDirectory.pm453 $screen->set_deferred_refresh(R_MENU | R_HEADINGS);
H A DConfig.pm560 ->set_deferred_refresh($screen->R_MENU);
/dports/misc/pfm/pfm-2.12.3/lib/App/PFM/Screen/
H A DFrame.pm559 $screen->set_deferred_refresh($screen->R_MENU | $screen->R_FOOTER);