view etc/images/smilies/medium/evil.xpm @ 111343:f168d8610334

Reflect mouse-highlight redesign in term.c term.c: Remove static mouse_face_* variables. All users changed. (term_show_mouse_face, term_clear_mouse_face) (fast_find_position, term_mouse_highlight): Functions deleted. (tty_draw_row_with_mouse_face): New function. (term_mouse_movement): Call note_mouse_highlight instead of term_mouse_highlight.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 02 Nov 2010 21:35:12 +0200
parents a3c27999decb
children
line wrap: on
line source

/* XPM */
static char * evil_xpm[] = {
"16 16 10 1",
" 	c None",
".	c #000000",
"+	c #1D1900",
"@	c #887500",
"#	c #D3B600",
"$	c #FAD800",
"%	c #645600",
"&	c #FFDD00",
"*	c #594D00",
"=	c #8F7B00",
"     ......     ",
"   .+@#$$#@+.   ",
"  .%$&&&&&&$%.  ",
" .%&@*&&&&*@&%. ",
" +$&#.&&&&.#&$+ ",
".@&&&.*&#*.&&&@.",
".#&&&.*##*.&&&#.",
".$&&&&&&&&&&&&$.",
".$&.&&&&&&&&.&$.",
".#&#.&&&&&&.#&#.",
".@&&=.&&&&.=&&@.",
" +$&&=....=&&$+ ",
" .%&&&&&&&&&&%. ",
"  .%$&&&&&&$%.  ",
"   .+@#$$#@+.   ",
"     ......     "};