]> git.eshelyaron.com Git - emacs.git/commit
Implement dots and dashes on MS-Windows
authorPo Lu <luangruo@yahoo.com>
Fri, 10 May 2024 08:44:35 +0000 (16:44 +0800)
committerEshel Yaron <me@eshelyaron.com>
Fri, 10 May 2024 14:05:40 +0000 (16:05 +0200)
commitfde6c1fce7940df6b0664fe3f4d99a33b6f1337f
tree5fbd68702b9d18a10ca652480463a6a007a06f51
parent3a32b647cf0a508cbd584e139fba522dfb3576c6
Implement dots and dashes on MS-Windows

* src/haikuterm.c (haiku_draw_dash): Correct whitespace error.

* src/w32term.c (w32_draw_dash, w32_fill_underline)
(w32_draw_glyph_string): Port display of dash and dot underline
styles from X.

(cherry picked from commit 0f67ddd8d9e855ce0b9c17a4a1410dbd40318055)
src/haikuterm.c
src/w32term.c