File: submenu.xbm

package info (click to toggle)
xtel 3.3.0-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,936 kB
  • ctags: 1,677
  • sloc: ansic: 15,677; sh: 225; makefile: 65
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};