mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Don't call terminfo_cont() twice on resume
Fixes some weirdness when using ^Z with zsh.
This commit is contained in:
parent
f7658640fb
commit
897016131e
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user