| 123456789101112131415161718192021222324 | 
							- /* XPM */
 
- static const char *const info_xpm[] = {
 
- /* columns rows colors chars-per-pixel */
 
- "16 16 2 1",
 
- "  c None",
 
- ". c Blue",
 
- /* pixels */
 
- "                ",
 
- "      ....      ",
 
- "     ......     ",
 
- "     ......     ",
 
- "      ....      ",
 
- "                ",
 
- "                ",
 
- "    .......     ",
 
- "      .....     ",
 
- "      .....     ",
 
- "      .....     ",
 
- "      .....     ",
 
- "      .....     ",
 
- "      .....     ",
 
- "      .....     ",
 
- "    .........   "
 
- };
 
 
  |