Global functions. More...
#include "config.h"#include <stdbool.h>#include <stddef.h>#include <stdio.h>#include "mutt/lib.h"#include "core/lib.h"#include "global.h"#include "index/lib.h"#include "pager/lib.h"#include "curs_lib.h"#include "external.h"#include "mutt_curses.h"#include "mutt_mailbox.h"#include "mutt_window.h"#include "opcodes.h"#include "version.h"
Include dependency graph for global.c:Go to the source code of this file.
Functions | |
| static int | op_check_stats (int op) |
| Calculate message statistics for all mailboxes - Implements global_function_t -. | |
| static int | op_enter_command (int op) |
| Enter a neomuttrc command - Implements global_function_t -. | |
| static int | op_redraw (int op) |
| Clear and redraw the screen - Implements global_function_t -. | |
| static int | op_shell_escape (int op) |
| Invoke a command in a subshell - Implements global_function_t -. | |
| static int | op_show_log_messages (int op) |
| Show log (and debug) messages - Implements global_function_t -. | |
| static int | op_version (int op) |
| Show the NeoMutt version number - Implements global_function_t -. | |
| static int | op_what_key (int op) |
| display the keycode for a key press - Implements global_function_t - | |
| int | global_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Global function - Implements function_dispatcher_t -. | |
Variables | |
| static const struct GlobalFunction | GlobalFunctions [] |
| All the NeoMutt functions that the Global supports. | |
Global functions.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file global.c.
|
static |
All the NeoMutt functions that the Global supports.
Definition at line 164 of file global.c.