Bash style history

This commit is contained in:
James Booth
2012-05-01 00:24:31 +01:00
parent 4531aebd29
commit 1730372e00
12 changed files with 152 additions and 203 deletions

View File

@@ -72,6 +72,11 @@ gboolean process_input(char *inp)
return result;
}
void command_init(void)
{
history_init();
}
static gboolean _handle_command(const char * const command, const char * const inp)
{
gboolean result = FALSE;