File: fcurs

package info (click to toggle)
xv 3.10a-16
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 7,836 kB
  • ctags: 3,378
  • sloc: ansic: 42,181; makefile: 152; sh: 78; csh: 37
file content (14 lines) | stat: -rw-r--r-- 896 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#define filecurs_width 32
#define filecurs_height 32
static unsigned char filecurs_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0xf0, 0xff, 0x3f, 0x00, 0x10, 0x00, 0x20, 0x00,
   0x10, 0x00, 0x20, 0x00, 0x10, 0x00, 0xe0, 0x01, 0x10, 0x00, 0x20, 0x01,
   0x10, 0x00, 0x20, 0x01, 0x10, 0x38, 0x20, 0x0f, 0x10, 0x68, 0x20, 0x09,
   0x10, 0x68, 0x20, 0x09, 0x10, 0x68, 0x20, 0x09, 0x90, 0xef, 0x23, 0x09,
   0x90, 0x00, 0x26, 0x09, 0x90, 0xef, 0x27, 0x09, 0x10, 0xef, 0x27, 0x09,
   0x10, 0x68, 0x20, 0x09, 0x10, 0x68, 0x20, 0x09, 0x10, 0x78, 0x20, 0x09,
   0x10, 0x70, 0x20, 0x09, 0x10, 0x00, 0x20, 0x09, 0x10, 0x00, 0x20, 0x09,
   0x10, 0x00, 0x20, 0x09, 0x10, 0x00, 0x20, 0x09, 0x10, 0x00, 0x20, 0x09,
   0xf0, 0xff, 0x3f, 0x09, 0x80, 0x00, 0x00, 0x09, 0x80, 0x00, 0x00, 0x09,
   0x80, 0xff, 0xff, 0x09, 0x00, 0x04, 0x00, 0x08, 0x00, 0x04, 0x00, 0x08,
   0x00, 0xfc, 0xff, 0x0f, 0x00, 0x00, 0x00, 0x00};