/usr/share/tkgate-1.8.7/bitmaps/cut_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 cut_curs_width 30
#define cut_curs_height 30
static unsigned char cut_curs_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x00, 0x00, 0x00,
0x80, 0x01, 0x00, 0x00, 0x10, 0x03, 0x00, 0x00, 0x30, 0x06, 0x00, 0x00,
0x60, 0x0e, 0x00, 0x00, 0xe0, 0x3c, 0x00, 0x00, 0xc0, 0x7d, 0x00, 0x00,
0x80, 0x67, 0x00, 0x00, 0x00, 0xe3, 0x00, 0x00, 0x00, 0xf3, 0x07, 0x00,
0x00, 0x3f, 0x1e, 0x00, 0x00, 0x1e, 0x78, 0x00, 0x00, 0x08, 0xf0, 0x00,
0x00, 0x18, 0xe0, 0x00, 0x00, 0x18, 0xc0, 0x01, 0x00, 0x10, 0x80, 0x01,
0x00, 0x30, 0x80, 0x01, 0x00, 0x30, 0x00, 0x01, 0x00, 0x70, 0x00, 0x03,
0x00, 0xe0, 0x00, 0x03, 0x00, 0xe0, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00,
0x00, 0x80, 0x03, 0x00, 0x00, 0x00, 0x1f, 0x00, 0x00, 0x00, 0x18, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|