mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 04:06:22 +00:00
@@ -577,6 +577,7 @@ _inp_rl_linehandler(char* line)
|
|||||||
if (last == NULL || strcmp(last->line, line) != 0) {
|
if (last == NULL || strcmp(last->line, line) != 0) {
|
||||||
add_history(line);
|
add_history(line);
|
||||||
}
|
}
|
||||||
|
free(history);
|
||||||
}
|
}
|
||||||
|
|
||||||
static gboolean shift_tab = FALSE;
|
static gboolean shift_tab = FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user