Fix cursor positioning in partial width windows on TTY.
authorEli Zaretskii <eliz@gnu.org>
Sat, 1 May 2010 15:53:35 +0000 (18:53 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 1 May 2010 15:53:35 +0000 (18:53 +0300)
commitb47e0dcf2db5d0f754342f0eb13e53974bfbefbe
treede93addf1282fee93f9da336dd349aa89640c2bb
parent166e930d762b6f8f9c40d61678d4dac073d5a42e
Fix cursor positioning in partial width windows on TTY.

 xdisp.c (set_cursor_from_row): Don't place cursor on the vertical border
 glyph between adjacent windows.
 (try_cursor_movement): Don't assume that row->end == (row+1)->start,
 test for that explicitly.
src/ChangeLog
src/xdisp.c