]> git.eshelyaron.com Git - emacs.git/commit
Use an explicit line width of 1 on hollow cursors under X
authorRadon Rosborough <radon.neon@gmail.com>
Thu, 13 May 2021 09:40:59 +0000 (11:40 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 13 May 2021 09:44:36 +0000 (11:44 +0200)
commitadbdf85e23f3e9c1e74002365a9c15643774bbaa
tree820c8c8ceeb305dbe06d2733316ac015be48b3fd
parentcd0e7d51ab85f92f6568e711461984919500c34f
Use an explicit line width of 1 on hollow cursors under X

* src/xterm.c (x_draw_hollow_cursor): Specify a line width of
1 explicitly to avoid problems on some X implementations (bug#42452).
src/xterm.c