/usr/lib/timidity/bitmaps/fwrd.xbm is in timidity 2.13.2-40.2.
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 | #define fwrd_width 22
#define fwrd_height 22
static unsigned char fwrd_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x10, 0x00, 0xc0, 0x30, 0x00,
0xc0, 0x71, 0x00, 0xc0, 0xf3, 0x00, 0xc0, 0xf7, 0x01, 0xc0, 0xf7, 0x01,
0xc0, 0xf3, 0x00, 0xc0, 0x71, 0x00, 0xc0, 0x30, 0x00, 0x40, 0x10, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00};
|