mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
parent
abaf96dcef
commit
f20dbcff09
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user