mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
Merge pull request #452 from LemonBoy/terminfo-cup
Don't call terminfo_cont() twice on resume
This commit is contained in:
commit
b1ffd5f647
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