Mercurial > emacs
view lisp/sb-pg.xpm @ 64111:a948ecc89102
(initialize_w32_display): Detect when the console
dimensions are insane, and default to 80x25 instead.
(w32_use_full_screen_buffer): default to NIL.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Wed, 06 Jul 2005 21:35:43 +0000 |
parents | c2a09ac7b7b1 |
children |
line wrap: on
line source
/* XPM */ static char * sb_pg_xpm[] = { "20 15 5 1", " c None", ". c #B8B8B8", "+ c #000000", "@ c #828282", "# c #FFFFFF", " ............ ", " .++++++++++++@", " .++##########+@", " .+#+##########+@", " .+##+##########+@", " .+###+##########+@", " .+####+##########+@", ".+++++++##########+@", ".+################+@", ".+################+@", ".+################+@", ".+################+@", ".+################+@", ".++++++++++++++++++@", " @@@@@@@@@@@@@@@@@@ "};