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
digraph callgraph { | |
graph [ | |
rankdir="LR" | |
nodesep="0.2" | |
ranksep="0.5" | |
compound="true" | |
] | |
node [ | |
shape="Mrecord" |
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
01 Burt Bacharach Apple | |
02 n Danny Devito +Banana | |
08 John Wayne Cherry | |
01 Burt Bacharach Apple | |
02 Danny Devito Banana | |
03 Kate Winslet └─> | |
04 Danny Devito ├─> | |
05 N Kate Winslet └─> |
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
#include <assert.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
// void qsort (void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *)); | |
// void qsort_r(void *base, size_t nmemb, size_t size, int (*compar)(const void *, const void *, void *), void *arg); | |
typedef int (*qsort_compar_t) (const void *a, const void *b); | |
typedef int (*qsort_r_compar_t)(const void *a, const void *b, void *arg); |
Config Variable | One-line Description |
---|---|
abort_backspace |
Hitting backspace against an empty prompt aborts the prompt |
abort_key |
String representation of key to abort prompts |
abort_noattach |
Abort sending the email if attachments are missing |
abort_noattach_regex |
Regex to match text indicating attachments are expected |
abort_nosubject |
Abort creating the email if subject is missing |
abort_unmodified |
Abort the sending if the message hasn't |
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
From [email protected] Thu Jun 1 01:01:01 2021 | |
Date: Thu, 1 Jun 2021 01:01:01 +0000 | |
From: Richard <[email protected]> | |
To: Armin <[email protected]> | |
Subject: Lemon | |
Message-ID: <[email protected]> | |
Status: RO | |
Lines: 20 | |
some text |