]> git.eshelyaron.com Git - emacs.git/commit
Align term-mode control character handling
authorDaniel Colascione <dancol@dancol.org>
Sat, 11 Jan 2025 20:48:19 +0000 (12:48 -0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 12 Jan 2025 14:58:44 +0000 (15:58 +0100)
commit80e8878272c0a1393086f3cec016e3a2a5b62f79
tree93709e5738a7fc9fa0f382b4d222efa27d925c1c
parent2abbf3551d890968d1bc2a198ddfff46ffee76e5
Align term-mode control character handling

Terminal emulators generally ignore exotic ASCII control
characters like SOH and STX. Make term-mode do the same.

* lisp/term.el (term-emulate-terminal): ignore ASCII control
characters like other terminal emulators do

(cherry picked from commit 6cea3233a12f3964c46bffb0b6215e9c8cd92962)
lisp/term.el