1
0
mirror of https://github.com/irssi/irssi.git synced 2024-09-29 04:45:57 -04:00

Don't call terminfo_cont() twice on resume

Fixes some weirdness when using ^Z with zsh.
This commit is contained in:
LemonBoy 2016-03-21 14:19:43 +01:00
parent f7658640fb
commit 897016131e

View File

@ -611,8 +611,6 @@ void term_stop(void)
{
terminfo_stop(current_term);
kill(getpid(), SIGTSTP);
terminfo_cont(current_term);
irssi_redraw();
}
static int input_utf8(const unsigned char *buffer, int size, unichar *result)