Mercurial > emacs
view lisp/toolbar/refile.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 | 2568d5a27317 |
children |
line wrap: on
line source
/* XPM */ static char * refile_xpm[] = { /* columns rows colors chars-per-pixel */ "24 24 7 1", " c None", ". c black", "X c #a5d8a5d89550", "o c #d305d305bc3c", "O c #ea03ea03d271", "+ c #828282827474", "@ c #61b761b7600a", /* pixels */ " . ", " ..X. ", " ..XoO.... ", " ..XooooO.+. ", " ..XooooooOX.. .. ", " .@@ooooooOOO@. ... ", " .O@oooooOOOOO..@@. ", " .OO@oooOOOOOO..@@. ", " ...OO@XooOOOOO...@@. ", " ..+.O@XooOOOO..@@@@@. ", " .++..XooOOOO..@@@@@@. ", " .++.@oooOO...@@@@@@@. ", " ..+.XooOOO..@@@@@@@. ", " .++.OOOO.@@@@@@@@. ", " .+.oOO..@@@@@@@. ", " .++.OO.@@@@@@@. ", " .++.O.@@@@@.. ", " ..+.O.@@@@@. ", " .++..@@@@. ", " ..++.@@@. ", " .+.@@. ", " ...@. ", " ... ", " . "};