]> git.eshelyaron.com Git - emacs.git/commit
Fix working text related issues on NS (Bug#38851)
authorMasahiro Nakamura <tsuucat@icloud.com>
Thu, 13 Feb 2020 18:21:15 +0000 (03:21 +0900)
committerAlan Third <alan@idiocy.org>
Wed, 19 Feb 2020 11:07:58 +0000 (11:07 +0000)
commitb3de1302ca347b95fe6aa2608aba550292d32353
tree01069f069780a62207ec49924d264ea7c6297126
parent1a75e8b7e0d3159dea43c11748e0492ee4d3d929
Fix working text related issues on NS (Bug#38851)

* src/keyboard.c (read_char): Prevent redsiplay right after
ns-unput-working-text event.
* src/nsterm.m ([EmacsView insertText:]): Partially revert commit
ba04217.
([EmacsView firstRectForCharacterRange:]): Fix candidate window
position when cursor is on echoarea.
([EmacsView mouseDown:])
([EmacsView windowDidResignKey:]): Don't delete working text.
src/keyboard.c
src/nsterm.m