]> git.eshelyaron.com Git - emacs.git/commit
Fix assertion violations due to non-ASCII text in tabs
authorJuri Linkov <juri@linkov.net>
Sun, 15 Sep 2019 20:40:47 +0000 (23:40 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 15 Sep 2019 20:40:47 +0000 (23:40 +0300)
commit8d30e1bce3c1bddf85272fa31b7d314ed421d29e
tree7c35b44839ada2044fc03e6be61d7cd4d4fbfca9
parent89ef791c07637953f514c0ead2f5935ac41ebc33
Fix assertion violations due to non-ASCII text in tabs

* src/xdisp.c (tab_bar_height, redisplay_tab_bar)
(display_tab_bar): If the Lisp string to be displayed in the
tab-bar window is multibyte, tell the display
engine to treat it as multibyte, instead of relying on the
initial determination by init_iterator (which is based on the
multibyteness of the current buffer).  (Bug#37385)
src/xdisp.c