]> git.eshelyaron.com Git - emacs.git/commit
Avoid ANSI escape characters in Python output (bug#45938)
authorEvgenii Klimov <eugene.dev@lipklim.org>
Sun, 25 Feb 2024 20:12:38 +0000 (20:12 +0000)
committerEshel Yaron <me@eshelyaron.com>
Wed, 4 Sep 2024 07:51:53 +0000 (09:51 +0200)
commitf28751ea25b757ffb2a13ed5fd7b536db3fe95ec
treea163988ed30e58e6915d7365d310f5ef51607498
parent59f16c7fee878e8e87d6b2c5f2f1ed408267b3d9
Avoid ANSI escape characters in Python output (bug#45938)

* lisp/progmodes/python.el (python-shell-completion-native-setup):
Prevent Readline from emitting escape characters in comint output.

(cherry picked from commit e27849ecf6ee01f6d02ef2785d0c10e32bc764e9)
lisp/progmodes/python.el