File: submenu.xbm

package info (click to toggle)
xtel 3.1.4-4
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 1,988 kB
  • ctags: 4,359
  • sloc: ansic: 14,674; makefile: 3,931; sh: 41
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};