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
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)