Mercurial > emacs
view lisp/toolbar/gud-si.xpm @ 58638:67bea14002c3
(encode_terminal_buf, encode_terminal_bufsize): New
variables.
(encode_terminal_code): Argument changed. Encode all
characters at once, and return a pointer to the result of
encoding.
(write_glyphs): Decide coding here. Adjusted for the above
change.
(insert_glyphs): Likewise.
(term_init): Initialize encode_terminal_bufsize to 0.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 30 Nov 2004 08:19:32 +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 ", " ", " ", " ", " ", " ", " "};