]> git.eshelyaron.com Git - emacs.git/commit
Fix line-wrapping for term.el (Bug#30775)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 12 Mar 2018 00:47:12 +0000 (20:47 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 14 Mar 2018 01:58:38 +0000 (21:58 -0400)
commit4c33ad4a244db59bfe128aa54380904efdc775ba
tree95211f134f4c33187a4a9344b13dda2db93d0c8b
parente0f18aa07fb900c1bb0fe25386336fd6a73c9b0d
Fix line-wrapping for term.el (Bug#30775)

* lisp/term.el (term-emulate-terminal): Leave line-wrapping state if
point was moved after we entered it.
* test/lisp/term-tests.el (term-line-wrapping-then-motion): New test.
lisp/term.el
test/lisp/term-tests.el