Mercurial > emacs
view lisp/toolbar/gud-s.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 | f7114bba1fd4 |
children |
line wrap: on
line source
/* XPM */ static char * step_xpm[] = { "24 24 6 1", " c None", ". c #d40000", "X c #616161", "o c #2a1f55", "O c #adadad", "+ c #cc9999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " . Xo . oX ", " . XoO . OoX ", " . oo .+.+. oo ", " oo +...+ oo ", " oo ... oo ", " oX +.+ Xo ", " oo . oo ", " oX Xo ", " oo oo ", " oo oo ", " oo oo ", " XoO OoX ", " Xo oX ", " ", " ", " ", " "};