mirror of
https://github.com/irssi/irssi.git
synced 2026-08-21 17:42:49 +02: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
1 changed files with 0 additions and 2 deletions
|
|
@ -611,8 +611,6 @@ void term_stop(void)
|
||||||
{
|
{
|
||||||
terminfo_stop(current_term);
|
terminfo_stop(current_term);
|
||||||
kill(getpid(), SIGTSTP);
|
kill(getpid(), SIGTSTP);
|
||||||
terminfo_cont(current_term);
|
|
||||||
irssi_redraw();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int input_utf8(const unsigned char *buffer, int size, unichar *result)
|
static int input_utf8(const unsigned char *buffer, int size, unichar *result)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue