File: submenu.xbm

package info (click to toggle)
xtel 3.3.0-32
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,172 kB
  • sloc: ansic: 15,773; sh: 224; makefile: 29
file content (5 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (16)
1
2
3
4
5
#define submenu_width 8
#define submenu_height 15
static char submenu_bits[] = {
   0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f, 0xff, 0x7f, 0x3f, 0x1f, 0x0f,
   0x07, 0x03, 0x01};