Mercurial > emacs
view lisp/toolbar/gud-si.xpm @ 56701:e327231e4361
(Faccept_process_output): Add arg JUST-THIS-ONE;
forward to wait_reading_process_input via DO_DISPLAY arg.
(wait_reading_process_input): If DO_DISPLAY < 0 for a process
object, only process output from that process; also inhibit
running timers if DO_DISPLAY==-2.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 17 Aug 2004 22:24:29 +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 ", " ", " ", " ", " ", " ", " "};