Mercurial > emacs
view etc/images/close.xpm @ 110686:624c74ddf6bf
Fix bug #6349 with cursor positioning in truncated lines.
xdisp.c (set_cursor_from_row): When the row is truncated and
point is outside the range of displayed characters, position the
cursor inside the scroll margin.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Fri, 01 Oct 2010 19:38:36 +0200 |
parents | 28718fa5d988 |
children |
line wrap: on
line source
/* XPM */ static char * close_xpm[] = { "24 24 2 1", " c None", ". c #000000", " ", " ", " ", " ", " ", " ", " . . ", " . ... ", " .. .... ", " .. ... ", " ..... ", " ... ", " ..... ", " ....... ", " ... .... ", " ... .... ", " ... .. ", " ", " ", " ", " ", " ", " ", " "};