Mercurial > emacs
annotate etc/images/custom/down.xpm @ 108201:e61225c9e186
Fix display of R2L lines and cursor motion in bidi buffers.
xdisp.c (find_row_end): New function, refactored from display_line.
(display_line): Use it.
(extend_face_to_end_of_line): In almost-filled rows, extend only
if the row is R2L and not continued.
(display_line): Fix prepending of truncation glyphs to R2L rows.
Preserve overlay and string info in row->end.
(insert_left_trunc_glyphs): Support addition of left truncation
glyphs to R2L rows.
(set_cursor_from_row): Don't place cursor on the vertical border
glyph between adjacent windows. Fix a crash when a display string
is continued to the next line. Don't return zero if cursor was
found by `cursor' property of a display string.
(try_cursor_movement): Don't assume that row->end == (row+1)->start,
test for that explicitly.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 01 May 2010 21:11:20 +0300 |
parents | 2c9f719ae74b |
children |
rev | line source |
---|---|
94864 | 1 /* XPM */ |
2 static char * down_xpm[] = { | |
107380
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
3 "9 9 4 1", |
94864 | 4 " c none", |
107380
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
5 ". c black", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
6 "x c gray45", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
7 "+ c white", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
8 ".........", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
9 ".x+++++x.", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
10 " .+++++. ", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
11 " .x+++x. ", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
12 " .+++. ", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
13 " .x+x. ", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
14 " .+. ", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
15 " .x. ", |
2c9f719ae74b
Update Custom arrow images.
Chong Yidong <cyd@stupidchicken.com>
parents:
107166
diff
changeset
|
16 " . "}; |