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