The following changes fix Bug#3005 for wide glyphs on each platform,
authorJason Rumney <jasonr@gnu.org>
Sun, 19 Apr 2009 15:09:25 +0000 (15:09 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 19 Apr 2009 15:09:25 +0000 (15:09 +0000)
commit705af33f7ed44c4cc71165d45836f0b5a769f27d
tree4b115f73346b1ae99c2987225d655d5dfe495435
parentdc2933ebde70fc2c236e352d6ae8d548568f1eb1
The following changes fix Bug#3005 for wide glyphs on each platform,
without reintroducing Bug#1258 for stretch glyphs.

* xterm.c (x_draw_bar_cursor): Limit cursor width differently for
BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR using
get_phys_cursor_geometry.

* w32term.c (x_draw_bar_cursor):  Limit cursor width differently
for BAR_CURSOR and HBAR_CURSOR.  Calculate width of HBAR_CURSOR
using get_phys_cursor_geometry.

* nsterm.m (ns_draw_window_cursor): HBAR_CURSOR width already
correctly calculated.
src/ChangeLog
src/nsterm.m
src/w32term.c
src/xterm.c