History Selection Dialog. More...
#include "config.h"
#include <stdbool.h>
#include <stdio.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "gui/lib.h"
#include "lib.h"
#include "expando/lib.h"
#include "key/lib.h"
#include "menu/lib.h"
#include "functions.h"
#include "mutt_logging.h"
Go to the source code of this file.
Functions | |
long | history_C_num (const struct ExpandoNode *node, void *data, MuttFormatFlags flags) |
History: Index number - Implements ExpandoRenderData::get_number() -. | |
void | history_s (const struct ExpandoNode *node, void *data, MuttFormatFlags flags, struct Buffer *buf) |
History: History match - Implements ExpandoRenderData::get_string() -. | |
static int | history_make_entry (struct Menu *menu, int line, int max_cols, struct Buffer *buf) |
Format a History Item for the Menu - Implements Menu::make_entry() -. | |
void | dlg_history (char *buf, size_t buflen, char **matches, int match_count) |
Select an item from a history list -. | |
Variables | |
const struct ExpandoRenderData | HistoryRenderData [] |
Callbacks for History Expandos. | |
static const struct Mapping | HistoryHelp [] |
Help Bar for the History Selection dialog. | |
History Selection Dialog.
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 dlg_history.c.
const struct ExpandoRenderData HistoryRenderData |
Callbacks for History Expandos.
Definition at line 73 of file dlg_history.c.