Mercurial > emacs
view etc/images/low-color/prev-node.xpm @ 81063:b3fc5c4daa5f
(image-forward-hscroll, image-backward-hscroll)
(image-next-line, image-previous-line, image-scroll-up)
(image-scroll-down, image-bol, image-eol, image-bob, image-eob):
New functions.
(image-mode-map): Remap motion commands.
(image-mode-text-map): New keymap for viewing images as text.
(image-mode): Use image-mode-map.
(image-toggle-display): Toggle auto-hscroll-mode and mode keymaps.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 24 May 2007 23:12:53 +0000 |
parents | c0f0ecaa0096 |
children |
line wrap: on
line source
/* XPM */ static char * prev_node_xpm[] = { "24 24 7 1", " c None", ". c #BBBDBA", "+ c #000000", "@ c #FFFFFF", "# c #87AF85", "$ c #504D46", "% c #000100", " ++++++++++++++++++ ", " %@.@@@@@@@@@@@@@@.+ ", " %@@#.@@@@@@@@@@@@@.+ ", " +..##.@@@@@@@@@.+...+ ", " +#....@@@@@@@@.++...+ ", " +.@@@@@@@@@...+.+...+ ", " +.@@@@@@@@@@.+.#+...+ ", " +@@@@@@@@...+.##+++++++", " +@@@@@@@...+.##......#+", " +@@@@@@@..+@####.#####+", " +@.@.....+...........#+", " +@.@.....+###########$+", " +@........+##########$+", " +@........#+#####$$$$$+", " +@.........#+##$+++++++", " +@..........#+#$+###+ ", " +@...........#+$+#..+ ", " +@............#++...+ ", " +@.............#+...+ ", " +@..................+ ", " +@..................+ ", " +++++++++++++++++++++ ", " ", " "};