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