mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Merge pull request #452 from LemonBoy/terminfo-cup
Don't call terminfo_cont() twice on resume
This commit is contained in:
commit
b1ffd5f647
@ -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