]> git.eshelyaron.com Git - emacs.git/commit
Correct display of stretch glyphs within hscrolled windows
authorPo Lu <luangruo@yahoo.com>
Sun, 27 Aug 2023 02:19:46 +0000 (02:19 +0000)
committerPo Lu <luangruo@yahoo.com>
Sun, 27 Aug 2023 02:19:46 +0000 (02:19 +0000)
commit4d06a9faffff4738345b688ab6e7354ec975ae8d
treefc318de083eb383fcbb9f0e7698d97c5fb3a6cc6
parent55dd110cf3356cb33a1ca9a37c894eba388779f6
Correct display of stretch glyphs within hscrolled windows

* src/haikuterm.c
(haiku_draw_glyphless_glyph_string_foreground): Make char2b
static, stifling a GCC warning.
(haiku_draw_stretch_glyph_string): Use computed X if s->x is
outside the confines of the text area.
src/haikuterm.c