view etc/images/sort-column-ascending.xpm @ 85071:7ad3fd2afe10

(tutorial--default-keys): Replace fill-paragraph with fill-paragraph-or-region. Suspend command is now the same `suspend-frame' on window systems and on tty.
author Juri Linkov <juri@jurta.org>
date Sat, 06 Oct 2007 22:17:16 +0000
parents ed7704221f2b
children
line wrap: on
line source

/* XPM */
static char * stock_sort_column_ascending_xpm[] = {
"24 24 2 1",
" 	c None",
".	c #000000",
"                        ",
"                        ",
"    ...                 ",
"   . ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"     ..                 ",
"   .....   .            ",
"                        ",
"           .            ",
"                        ",
"           .            ",
"    ....                ",
"   ..  ..               ",
"   ..  ..               ",
"   ..  ..               ",
"    .....               ",
"       ..               ",
"   .  ...               ",
"   .....                ",
"                        ",
"                        "};