Mercurial > emacs
view lisp/toolbar/home.xpm @ 83060:70063cb10ca9
Check for numchars > 0 in handle_one_xevent, not 1.
src/xterm.c (handle_one_xevent): Check for numchars > 0 in the
KeyPress case, not 1.
(XTread_socket): Revert previous change.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-100
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Thu, 26 Feb 2004 00:37:31 +0000 |
parents | 54d90c318dfd |
children | 734ff40978ad |
line wrap: on
line source
/* XPM */ static char * home_xpm[] = { "24 24 9 1", " c None", ". c #020202", "+ c #6C7962", "@ c #7A8A6E", "# c #FEFEFE", "$ c #7E8E76", "% c #82927A", "& c #C8CEC4", "* c #E3E7E1", " ", " ", " ", " ", " . ... ", " .#. .&. ", " .#*%..&. ", " .##&&$.&. ", " .##&&&&$&. ", " .*#&&&&&&@. ", " .##&&&&&&&&+. ", " .###&&&&&&&&&+. ", " ...##&&&&&&&&+... ", " .##&&&&&&&&+. ", " .##....&&&&+. ", " .##.&&.&&&&+. ", " .##.&&.&&&&+. ", " .#*.&&.&&&&+. ", " .&+.++.+++++. ", " ............. ", " ", " ", " ", " "};