view lisp/sb-pg-plus.xpm @ 65532:1a6c78b455d7

(Saving Commands): New node, broken out of Saving. (Customize Save): New node, broken out of Saving. Clarify effect of write-region-inhibit-fsync. (Misc File Ops): Say write-region-inhibit-fsync affects write-region.
author Richard M. Stallman <rms@gnu.org>
date Thu, 15 Sep 2005 12:47:10 +0000
parents c2a09ac7b7b1
children
line wrap: on
line source

/* XPM */
static char * sb_pg_plus_xpm[] = {
"20 15 5 1",
" 	c None",
".	c #B8B8B8",
"+	c #000000",
"@	c #828282",
"#	c #FFFFFF",
"       ............ ",
"      .++++++++++++@",
"     .++##########+@",
"    .+#+##########+@",
"   .+##+##########+@",
"  .+###+###+######+@",
" .+####+###+.#####+@",
".+++++++#+++++####+@",
".+########.+...###+@",
".+#########+.#####+@",
".+##########.#####+@",
".+################+@",
".+################+@",
".++++++++++++++++++@",
" @@@@@@@@@@@@@@@@@@ "};