File: clear

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-- 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
#define clear_width 16
#define clear_height 16
static unsigned char clear_bits[] = {
   0x00, 0x00, 0x88, 0x0c, 0x10, 0x1f, 0x22, 0x3b, 0xc4, 0x6f, 0xc8, 0x7b,
   0x60, 0x3f, 0x32, 0x3e, 0x34, 0x4c, 0x30, 0x0e, 0xe0, 0x13, 0xc0, 0x21,
   0x00, 0x44, 0x80, 0x08, 0x00, 0x11, 0x00, 0x00};