mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
d6016ea709
* gcmd.c (gnome_sort_cmd): pretified (gnome_select_all_cmd): New command -- selects all files (in theory). * glayout.c: rearrange the edit menu some. * gscreen.c (x_create_panel): new icon view icons -- brief and custom.
24 lines
488 B
C
24 lines
488 B
C
/* XPM */
|
|
static char * listing_custom_xpm[] = {
|
|
"19 16 4 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #FFFF00",
|
|
"@ c #FFFFFF",
|
|
" ",
|
|
" ... ... ",
|
|
" .+... . .@@@. ",
|
|
" .+++. ..@@@@@. ",
|
|
" ..... .@@...@@.. ",
|
|
" .@@. .@@. ",
|
|
" ... .. .@@. ",
|
|
" .+... . .@@. ",
|
|
" .+++. . .@@. ",
|
|
" ..... ...@@. ... ",
|
|
" .. ",
|
|
" ... .@@. ",
|
|
" .+... . .@@. ",
|
|
" .+++. . .. ",
|
|
" ..... ..... ... ",
|
|
" "};
|