annotate lisp/toolbar/gud-cont.xpm @ 53608:81b31a8c3313

(Voverflow_newline_into_fringe): New variable. (IT_OVERFLOW_NEWLINE_INTO_FRINGE): New macro. (move_it_in_display_line_to): Overflow newline into fringe for rows that are exactly as wide as the window. (up_arrow_bits, down_arrow_bits, first_line_bits, last_line_bits) (filled_box_cursor_bits, hollow_box_cursor_bits, bar_cursor_bits) (hbar_cursor_bits, hollow_square_bits): New fringe bitmaps. (fringe_bitmaps): Add new bitmaps. (draw_fringe_bitmap): Make extern. Remove WHICH arg. Select proper bitmap for cursor in fringe when appropriate. Handle alignment of bitmap to top or bottom of row. (draw_row_fringe_bitmaps): Don't select bitmaps here; that is now done by update_window_fringes. (update_window_fringes, draw_window_fringes): New functions. (redisplay_internal): Call update_window_fringes in case only cursor row is updated. (redisplay_window): Call update_window_fringes. Explicitly call draw_window_fringes if redisplay was done using the current matrix or the overlay arrow is in the window. (try_window_reusing_current_matrix): Mark scrolled rows for fringe update (to update buffer-boundaries / scrolling icons). (find_last_unchanged_at_beg_row): Handle exact width lines line continued lines. (display_line): Overflow newline into fringe for rows that are exactly as wide as the window. Don't append space for newline in this case. (notice_overwritten_cursor): Explicitly clear cursor bitmap in fringe as if it had been overwritten. (erase_phys_cursor): Erase cursor bitmap in fringe. (syms_of_xdisp): Mark show-trailing-whitespace and void-text-area-pointer as user options. DEFVAR_LISP Voverflow_newline_into_fringe. Enable by default.
author Kim F. Storm <storm@cua.dk>
date Fri, 16 Jan 2004 18:47:20 +0000
parents 9c5f4d80a59c
children f7114bba1fd4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
48289
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
2 static char * continue_xpm[] = {
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 6 1",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
4 " c #c0c0c0",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #cc0033",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 "X c #d99faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 "o c #616161",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 "O c #2a1f55",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 "+ c #aa9faa",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " .X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " X..X ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " ....... oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " X..X oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " .X OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " Oo oO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " OO OO ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " oO+ +Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " oO Oo ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
30 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
31 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
32 " ",
9c5f4d80a59c Initial debugger icons (from Insight)
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
33 " "};