This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Root Window | |
| WT_ROOT none | |
| WT_HELP_BAR struct HelpbarWindowData | |
| WT_ALL_DIALOGS none | |
| WT_MESSAGE struct MsgWinPrivateData | |
| // Alias Query Dialog (simple) | |
| WT_DLG_QUERY struct Menu | |
| WT_MENU struct AliasMenuData |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| digraph callgraph { | |
| graph [ | |
| rankdir="LR" | |
| nodesep="0.2" | |
| ranksep="0.5" | |
| compound="true" | |
| ] | |
| node [ | |
| shape="Mrecord" |
All the places in the code where SIGWINCH is handled:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/neomutt/gfx/raw/master/screenshots/window/ | |
| Base Windows | |
| WT_ROOT | |
| WT_HELP_BAR | |
| WT_ALL_DIALOGS | |
| ... | |
| WT_MESSAGE | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pager-only functions (7) | |
| bottom OP_PAGER_BOTTOM | |
| mark-as-new OP_TOGGLE_NEW | |
| search-toggle OP_SEARCH_TOGGLE | |
| skip-headers OP_PAGER_SKIP_HEADERS | |
| skip-quoted OP_PAGER_SKIP_QUOTED | |
| toggle-quoted OP_PAGER_HIDE_QUOTED | |
| top OP_PAGER_TOP |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| digraph windows | |
| { | |
| graph [ | |
| rankdir="LR" | |
| nodesep="0.2" | |
| ranksep="0.5" | |
| compound="true" | |
| ] | |
| node [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const bool c_abort_backspace = cs_subset_bool (NeoMutt->sub, "abort_backspace"); // C_AbortBackspace | |
| const char *c_abort_key = cs_subset_string (NeoMutt->sub, "abort_key"); // C_AbortKey | |
| const bool c_arrow_cursor = cs_subset_bool (NeoMutt->sub, "arrow_cursor"); // C_ArrowCursor | |
| const char *c_arrow_string = cs_subset_string (NeoMutt->sub, "arrow_string"); // C_ArrowString | |
| const bool c_ascii_chars = cs_subset_bool (NeoMutt->sub, "ascii_chars"); // C_AsciiChars | |
| const bool c_ask_bcc = cs_subset_bool (NeoMutt->sub, "ask_bcc"); // C_AskBcc | |
| const bool c_ask_cc = cs_subset_bool (NeoMutt->sub, "ask_cc"); // C_AskCc | |
| const char |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| digraph display_line | |
| { | |
| graph [ | |
| rankdir="LR" | |
| nodesep="0.2" | |
| ranksep="0.5" | |
| compound="true" | |
| ] | |
| node [ |