view etc/images/ezimage/lock.xpm @ 109633:ce2dcd6fda75

Fix emacs -Q -f server-start & emacsclient -t on GNU/Linux. * src/term.c (dissociate_if_controlling_tty): Use USG5 instead of USG. This is equivalent to defined (USG) && !defined (BSD_PGRPS), which is what was there before BSD_PGRPS was removed.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 05 Aug 2010 15:20:09 -0700
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * lock_xpm[] = {
"16 16 4 1",
" 	c None",
".	c #828282",
"+	c #000000",
"@	c #FFF993",
"     ........   ",
"    ..++++++..  ",
"    .++....++.  ",
"    .+......+.  ",
"   ..+......+.. ",
"  ..++++++++++..",
"  .++@@@@@@@@++.",
"  .+@@@@@@@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@++++@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .+@@@@++@@@@+.",
"  .+@@@@@@@@@@+.",
"  .++++++++++++.",
"  .............."};