Mercurial > emacs
view lisp/toolbar/gud-si.xpm @ 83028:bf5b5fb49420
Don't exit Emacs when the X display is closed during a tty-X combo session.
src/xterm.c (x_delete_display): Fix semantic typo.
(x_connection_closed): When deciding whether or not to shut down
Emacs, check for remaining elements in display_list, not
x_display_list.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-68
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 26 Jan 2004 07:17:34 +0000 |
parents | 01eff098e535 |
children | f7114bba1fd4 |
line wrap: on
line source
/* XPM */ static char * gud_stepi_xpm[] = { "24 24 5 1", " c #C0C0C0C0C0C0", ". c #D4D400000000", "X c #616161616161", "o c #2A2A1F1F5555", "O c #CCCC99999999", " ", " ", " ", " ", " ..... ", " . . ", " . . ", " . . ", " . X . X ", " . Xo .O.O. oX ", " Xo O...O oX ", " Xo ... oX ", " Xo O.O oX ", " oX . Xo ", " oX Xo ", " oX Xo ", " oX Xo ", " o o ", " ", " ", " ", " ", " ", " "};