view lisp/toolbar/gud-n.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 * next_xpm[] = {
"24 24 7 1",
" 	c #c0c0c0",
".	c #cc0033",
"X	c #616161",
"o	c #2a1f55",
"O	c #adadad",
"+	c #d40000",
"@	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           ",
"                        ",
"                        ",
"                        ",
"                        "};