mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
; * src/term.c (init_tty): Fix last change. (Bug#62877)
This commit is contained in:
parent
200dbf7d30
commit
329304c23f
@ -4164,7 +4164,7 @@ use the Bourne shell command 'TERM=...; export TERM' (C-shell:\n\
|
||||
tty->TS_exit_alt_charset_mode = tgetstr ("ae", address);
|
||||
tty->TS_exit_attribute_mode = tgetstr ("me", address);
|
||||
#ifdef TERMINFO
|
||||
tty->TS_enter_strike_through_mode = tigetstr ("smxx", address);
|
||||
tty->TS_enter_strike_through_mode = tigetstr ("smxx");
|
||||
if (tty->TS_enter_strike_through_mode == (char *) (intptr_t) -1)
|
||||
tty->TS_enter_strike_through_mode = NULL;
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user