/usr/share/tkgate/images/inv_curs.b is in tkgate-data 2.0~b10-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | #define inv_curs_width 30
#define inv_curs_height 30
static unsigned char inv_curs_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x00,
0xc8, 0x00, 0x00, 0x00, 0x1e, 0x01, 0x00, 0x00, 0xe1, 0x06, 0x00, 0x00,
0x01, 0x09, 0x00, 0x00, 0x0e, 0x16, 0x00, 0x00, 0x70, 0x38, 0x00, 0x00,
0x80, 0x51, 0x00, 0x00, 0xf8, 0xe3, 0x00, 0x00, 0x0c, 0x84, 0x01, 0x00,
0x06, 0x18, 0x0e, 0x00, 0xe3, 0x21, 0xf0, 0x3f, 0x11, 0x06, 0x00, 0x00,
0x0e, 0x08, 0x00, 0x00, 0x11, 0x10, 0x00, 0x00, 0x11, 0x10, 0x00, 0x00,
0x11, 0x10, 0x00, 0x00, 0x0e, 0x10, 0x00, 0x00, 0x38, 0x0c, 0x00, 0x00,
0xc4, 0x03, 0x00, 0x00, 0x02, 0x00, 0xc0, 0x3f, 0x04, 0x00, 0x3e, 0x00,
0x38, 0xf8, 0x01, 0x00, 0xc0, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|