annotate docs/sample.gftp/dotdot.xpm @ 249:094e83b55cb1
2003-8-7 Brian Masney <masneyb@gftp.org>
* lib/cache.c lib/misc.c lib/protocols.c lib/pty.c - make sure a NUL
byte appears at the end of the buffer after the call to strncpy
* lib/rfc959.c - increased buffer size to directory parsing routine
author |
masneyb |
date |
Fri, 08 Aug 2003 02:24:54 +0000 |
parents |
8b1883341c6f |
children |
e999754d6106 |
rev |
line source |
1
|
1 /* XPM */
|
|
2 static char * dotdot_xpm[] = {
|
|
3 "16 16 8 1",
|
|
4 " c None",
|
|
5 ". c #000000",
|
|
6 "+ c #526741",
|
|
7 "@ c #566B43",
|
|
8 "# c #5A7046",
|
|
9 "$ c #4C603C",
|
|
10 "% c #445636",
|
|
11 "& c #37452B",
|
|
12 " ",
|
|
13 " ",
|
|
14 " ",
|
|
15 " . ",
|
|
16 " .+. ",
|
|
17 " .@#@. ",
|
|
18 " ..$++.. ",
|
|
19 " .+. ",
|
|
20 " .$. ",
|
|
21 " .%. ",
|
|
22 " .%. ",
|
|
23 " .%&. . ",
|
|
24 " ..&... ",
|
|
25 " ... ",
|
|
26 " ",
|
|
27 " "};
|