File: down

package info (click to toggle)
xv 3.10a-20
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 9,572 kB
  • ctags: 3,791
  • sloc: ansic: 42,181; makefile: 169; sh: 41; csh: 37
file content (6 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#define down_width 13
#define down_height 13
static unsigned char down_bits[] = {
   0xf8, 0x03, 0x08, 0x02, 0x08, 0x02, 0x08, 0x02, 0x08, 0x02, 0x0f, 0x1e,
   0x01, 0x10, 0x02, 0x08, 0x04, 0x04, 0x08, 0x02, 0x10, 0x01, 0xa0, 0x00,
   0x40, 0x00};