mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
Hidden entry texts shouldn't have gone to command history..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2269 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
e46446e950
commit
080b491db9
@ -183,7 +183,7 @@ static void key_send_line(void)
|
||||
active_win->active);
|
||||
} else {
|
||||
if (redir->flags & ENTRY_REDIRECT_FLAG_HIDDEN)
|
||||
history_window = NULL;
|
||||
g_free_and_null(add_history);
|
||||
handle_entry_redirect(str);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user