Mercurial > emacs
annotate etc/letter.xpm @ 46801:3fafc6fca8a8
Version 2.0.9 released.
(tramp-bug): Add wording about additional info to include in bug
report.
(tramp-find-shell): Set $PS1 for invocation of second shell (for
tilde expansion).
(tramp-find-shell): Shell prompt must match at end of buffer. Do
this also for fallback shell prompt.
(tramp-find-shell): More debugging output.
(tramp-find-inline-encoding): When checking the decoding command,
some commands fail when reading from /dev/null. So we pass a
known string through the encoding command and pass that through
the decoding command. So we know whether the decoding command can
deal with some real input.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sun, 04 Aug 2002 11:41:38 +0000 |
parents | 292640c5a4d0 |
children | bc20bf61a6e9 |
rev | line source |
---|---|
43002
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
1 /* XPM */ |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
2 static char * letter_xpm[] = { |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
3 "14 10 2 1", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
4 ". c #000000", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
5 " c #FFFFFF", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
6 "..............", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
7 "... ...", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
8 ". . . .", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
9 ". . . .", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
10 ". .... .", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
11 ". . .. . .", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
12 ". . . .", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
13 ". . . .", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
14 ".. ..", |
292640c5a4d0
New file, XPM variant of letter.xbm.
Pavel Janík <Pavel@Janik.cz>
parents:
diff
changeset
|
15 ".............."}; |