Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 29 lines 668 B view raw
1/* XPM */ 2static char * back_xpm[] = { 3"22 22 3 1", 4". c None", 5"# c #000083", 6"a c #838183", 7"......................", 8"......................", 9"......................", 10"......................", 11"......................", 12"...........######a....", 13"..#......##########...", 14"..##...####......##a..", 15"..###.###.........##..", 16"..######..........##..", 17"..#####...........##..", 18"..######..........##..", 19"..#######.........##..", 20"..########.......##a..", 21"...............a###...", 22"...............###....", 23"......................", 24"......................", 25"......................", 26"......................", 27"......................", 28"......................" 29};