[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-29 329304c23fa: ; * src/term.c (init_tty): Fix last change. (Bug#
From: |
Eli Zaretskii |
Subject: |
emacs-29 329304c23fa: ; * src/term.c (init_tty): Fix last change. (Bug#62877) |
Date: |
Sun, 16 Apr 2023 04:17:03 -0400 (EDT) |
branch: emacs-29
commit 329304c23fa46d5511b8336a8f0eeabedd64620f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>
; * src/term.c (init_tty): Fix last change. (Bug#62877)
---
src/term.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/term.c b/src/term.c
index 8a16ce4e33f..53ba2a231e4 100644
--- a/src/term.c
+++ b/src/term.c
@@ -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-29 329304c23fa: ; * src/term.c (init_tty): Fix last change. (Bug#62877),
Eli Zaretskii <=