Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at master 18 lines 272 B view raw
1/* XPM */ 2static char * menu_xpm[] = { 3"12 12 2 1", 4" c white", 5". c black", 6" ", 7" .......... ", 8" . . ", 9" . .. . ", 10" . .... . ", 11" . ...... . ", 12" . ...... . ", 13" . .... . ", 14" . .. . ", 15" . . ", 16" .......... ", 17" " 18};