Mercurial > emacs
view lisp/toolbar/refile.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 | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * refile_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 7 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c #828282827474", "@ c #61b761b7600a", /* pixels */ " . ", " ..X. ", " ..XoO.... ", " ..XooooO.+. ", " ..XooooooOX.. .. ", " .@@ooooooOOO@. ... ", " .O@oooooOOOOO..@@. ", " .OO@oooOOOOOO..@@. ", " ...OO@XooOOOOO...@@. ", " ..+.O@XooOOOO..@@@@@. ", " .++..XooOOOO..@@@@@@. ", " .++.@oooOO...@@@@@@@. ", " ..+.XooOOO..@@@@@@@. ", " .++.OOOO.@@@@@@@@. ", " .+.oOO..@@@@@@@. ", " .++.OO.@@@@@@@. ", " .++.O.@@@@@.. ", " ..+.O.@@@@@. ", " .++..@@@@. ", " ..++.@@@. ", " .+.@@. ", " ...@. ", " ... ", " . "};