]> git.eshelyaron.com Git - emacs.git/commit
Improve inferior-python-mode scroll behaviour
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 7 May 2022 11:56:19 +0000 (13:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 7 May 2022 11:56:19 +0000 (13:56 +0200)
commitccec59f2b2c5344b10fa4b006bb5dc1c59555fb1
tree136e52df1a5361df94ccbbc2b8b753e652521662
parent7952dcc23363b18f74203124d023b063bef359cf
Improve inferior-python-mode scroll behaviour

* lisp/progmodes/python.el (inferior-python-mode): Use
scroll-convervatively instead of trying to do this with a comint
filter (which produces flickering) (bug#31115).
lisp/progmodes/python.el