]> granicus.if.org Git - neomutt/commit
add ICommand for new :ex-style commands
authorChristopher John CZETTEL <chris@christopher-czettel.net>
Sun, 25 Sep 2016 19:50:17 +0000 (21:50 +0200)
committerRichard Russon <rich@flatcap.org>
Fri, 4 Jan 2019 01:19:02 +0000 (01:19 +0000)
commite2cf226ea6fdf8031a92112c3b889b23a96ec777
treee1d5f381e77f5452d8b04af7b9dadd4038c54c3f
parent4e003672f3582b6ed03a4931e856334cfbec267c
add ICommand for new :ex-style commands

These are needed for the new summary tables feature
(and inspired by the Command lookup table in init.c)

added: ICommand wrapper / lookup table allowing easy addition of new
informational commands that will not be parsed in .muttrc files and
override any existing rc-line commands when executed in mutt.

added: hook in mutt_enter_command in command.c to integrate new
ICommands facility

Issue #162
Makefile.autosetup
commands.c
functions.h
icommands.c [new file with mode: 0644]
icommands.h [new file with mode: 0644]
keymap.c
keymap.h
pager.c