view lisp/sb-tag-type.xpm @ 83369:d2e0850b17f2

Make xt-mouse.el multi-tty-compatible. * lisp/xt-mouse.el (xterm-mouse-x, xterm-mouse-y): Convert to terminal parameters. (xterm-mouse-position-function, xterm-mouse-event): Update. (xterm-mouse-mode): Don't depend on current value of window-system. (turn-on-xterm-mouse-tracking, turn-off-xterm-mouse-tracking): Update for multi-tty. (turn-on-xterm-mouse-tracking-on-terminal) (turn-off-xterm-mouse-tracking-on-terminal) (xterm-mouse-handle-delete-frame): New functions. (delete-frame-functions, after-make-frame-functions) (suspend-tty-functions, resume-tty-functions): Install extra hooks for multi-tty. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-409
author Karoly Lorentey <lorentey@elte.hu>
date Sun, 11 Sep 2005 03:06:33 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_tag_type_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #FFF993",
"#	c #828282",
"                    ",
"                    ",
"    ..............  ",
"   .++++++++++++++. ",
"  .+@@@@@@@@@@@@@@+#",
" .+@@@@@@++++++@@@+#",
".+@@@@@@@++++++@@@+#",
".+@++@@@@@@++@@@@@+#",
".+@++@@@@@@++@@@@@+#",
".+@@@@@@@@@++@@@@@+#",
" #+@@@@@@@@++@@@@@+#",
"  #+@@@@@@@@@@@@@@+#",
"   #++++++++++++++# ",
"    ##############  ",
"                    "};