mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Send smkx/rmkx sequence at terminal init
Enter the "application" mode when setting up the terminal, this improves the compatiblity with the standards; as a side effect now DEL key works ootb when irssi is run in the suckless's st terminal.
This commit is contained in:
parent
e948aaa4ba
commit
b5b73cb471
2 changed files with 65 additions and 50 deletions
|
|
@ -88,6 +88,10 @@ struct _TERM_REC {
|
|||
|
||||
/* Beep */
|
||||
char *TI_bel;
|
||||
|
||||
/* Keyboard-transmit mode */
|
||||
const char *TI_smkx;
|
||||
const char *TI_rmkx;
|
||||
};
|
||||
|
||||
extern TERM_REC *current_term;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue