]> git.eshelyaron.com Git - emacs.git/commit
Fix display of working text on NS (Bug#23412, Bug#1453)
authorMasahiro Nakamura <tsuucat@icloud.com>
Wed, 18 Dec 2019 15:32:54 +0000 (00:32 +0900)
committerAlan Third <alan@idiocy.org>
Sun, 22 Dec 2019 11:47:29 +0000 (11:47 +0000)
commitba042176d8931cdf9441b3b4919ec74b75019494
tree2a4cb526d7b457562dad46cef528a104f8a58324
parentbfc54230c56dc85cd8a8073962cf6ed00758e1a6
Fix display of working text on NS (Bug#23412, Bug#1453)

* lisp/term/ns-win.el (ns-insert-working-text):
(ns-delete-working-text): Change how working text is deleted to handle
changed order of operations.
* src/nsterm.m ([EmacsView insertText:]): Move deletion of working
text until after insertion of new text.

Copyright-paperwork-exempt: yes
lisp/term/ns-win.el
src/nsterm.m