/usr/share/tkgate-1.8.7/bitmaps/lab_curs.b is in tkgate-data 1.8.7-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 lab_curs_width 30
#define lab_curs_height 30
static unsigned char lab_curs_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x50, 0x00,
0x00, 0x00, 0x88, 0x00, 0x00, 0x00, 0x14, 0x01, 0x00, 0x00, 0xaa, 0x00,
0x00, 0x00, 0x51, 0x00, 0x00, 0x80, 0x20, 0x00, 0x00, 0x40, 0x10, 0x00,
0x00, 0x20, 0x08, 0x00, 0x00, 0x10, 0x04, 0x00, 0x00, 0x08, 0x02, 0x00,
0x00, 0x04, 0x01, 0x00, 0x00, 0x82, 0x00, 0x00, 0x00, 0x41, 0x00, 0x00,
0x80, 0x20, 0x00, 0x00, 0x80, 0x10, 0x00, 0x00, 0x40, 0x08, 0x00, 0x00,
0xc0, 0x06, 0x00, 0x00, 0xe0, 0x01, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00,
0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|