Fix handling of bar cursors in NS terminal.
authorBen Key <bkey76@gmail.com>
Wed, 23 Feb 2011 20:41:43 +0000 (15:41 -0500)
committerChong Yidong <cyd@stupidchicken.com>
Wed, 23 Feb 2011 20:41:43 +0000 (15:41 -0500)
commit2c6584e8174f9ea276d0fae13e1a5f7d29f61d53
tree0afb405fc8fd952bce58e78f3884ded1b580c36b
parent53cfe624fc93b0f8aea0747f4d3493881404e77f
Fix handling of bar cursors in NS terminal.

* nsterm.m (ns_draw_window_cursor): Obey the cursor_width argument
directly, for bar cursors.

* xdisp.c (set_frame_cursor_types): Don't write an undefined value
into the frame's cursor_width.
src/ChangeLog
src/nsterm.m
src/xdisp.c