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 "expando.h"
#include "functions.h"
#include "mutt_logging.h"
Go to the source code of this file.
Functions | |
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 (struct Buffer *buf, struct HistoryArray *matches) |
Select an item from a history list -. | |
Variables | |
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.