mirror of
https://github.com/irssi/irssi.git
synced 2026-08-22 18:12:12 +02:00
Merge aaf18ee15a into 83bee9c6b7
This commit is contained in:
commit
9f00bab362
1 changed files with 0 additions and 6 deletions
|
|
@ -532,9 +532,6 @@ void terminfo_cont(TERM_REC *term)
|
|||
if (term->TI_smcup)
|
||||
tput(tparm(term->TI_smcup));
|
||||
|
||||
if (term->TI_smkx)
|
||||
tput(tparm(term->TI_smkx));
|
||||
|
||||
terminfo_input_init(term);
|
||||
}
|
||||
|
||||
|
|
@ -549,9 +546,6 @@ void terminfo_stop(TERM_REC *term)
|
|||
if (term->TI_rmcup)
|
||||
tput(tparm(term->TI_rmcup));
|
||||
|
||||
if (term->TI_rmkx)
|
||||
tput(tparm(term->TI_rmkx));
|
||||
|
||||
/* reset input settings */
|
||||
terminfo_input_deinit(term);
|
||||
fflush(term->out);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue