annotate etc/images/gud/pp.xpm @ 106470:9e96dbbd314e

Handle prompt rules of ksh in OpenBSD 4.5. Reported by Rapha¸«³l Berbain <raphael.berbain@gmail.com>. * net/tramp.el (tramp-end-of-output): Move up. Use `#' and `$' characters. (tramp-initial-end-of-output): New defconst. (tramp-methods, tramp-find-shell) (tramp-open-connection-setup-interactive-shell) (tramp-maybe-open-connection): Use it. (tramp-shell-prompt-pattern, tramp-wait-for-output): Handle existence of `#' and `$'. * net/tramp-fish.el (tramp-fish-maybe-open-connection): Use `tramp-initial-end-of-output'.
author Michael Albinus <michael.albinus@gmx.de>
date Mon, 07 Dec 2009 06:38:06 +0000
parents 6ea05e92aaad
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
66767
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
1 /* XPM */
66883
6ea05e92aaad Use a more appropriate variable name.
Nick Roberts <nickrob@snap.net.nz>
parents: 66767
diff changeset
2 static char * pp_xpm[] = {
66767
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
3 "24 24 2 1",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
4 " c None",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
5 ". c #000000000000",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
6 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
7 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
8 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
9 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
10 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
11 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
12 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
13 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
14 " ... ... ... ... ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
15 " ... ... ... ... ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
16 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
17 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
18 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
19 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
20 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
21 " ... .. ... .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
22 " .. .. .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
23 " .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
24 " .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
25 " .. .. ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
26 " .... .... ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
27 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
28 " ",
46901f50f5ca New icons.
Nick Roberts <nickrob@snap.net.nz>
parents:
diff changeset
29 " "};