mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 18:42:53 +02:00
terminfo-core: Don't send smkx/rmkx
Partially reverts b5b73cb.
Partially, because the commit is mostly unrelated whitespace changes,
but also because I left the TI_smkx and TI_rmkx caps in there,
to reconsider later.
This commit is contained in:
parent
2ab2636713
commit
aaf18ee15a
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