Read/write command history from/to a file. More...
#include "config.h"
#include <stdio.h>
#include "mutt/lib.h"
#include "config/lib.h"
#include "core/lib.h"
#include "mutt_history.h"
#include "history/lib.h"
Go to the source code of this file.
Functions | |
void | mutt_hist_complete (char *buf, size_t buflen, enum HistoryClass hclass) |
Complete a string from a history list. More... | |
int | main_hist_observer (struct NotifyCallback *nc) |
Notification that a Config Variable has changed - Implements observer_t -. More... | |
Read/write command history from/to a file.
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 mutt_history.c.
void mutt_hist_complete | ( | char * | buf, |
size_t | buflen, | ||
enum HistoryClass | hclass | ||
) |
Complete a string from a history list.
Definition at line 43 of file mutt_history.c.