Mercurial > vim
annotate pixmaps/tb_blank.xpm @ 11154:0895f142cac3 v8.0.0464
patch 8.0.0464: can't find executable name on Solaris and FreeBSD
commit https://github.com/vim/vim/commit/f3757f0c87bbd52c7989c85dcbd21511bffcbdd6
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 16 15:13:45 2017 +0100
patch 8.0.0464: can't find executable name on Solaris and FreeBSD
Problem: Can't find executable name on Solaris and FreeBSD.
Solution: Check for "/proc/self/path/a.out". (Danek Duvall) And for
"/proc/curproc/file".
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Thu, 16 Mar 2017 15:15:05 +0100 |
parents | 3fc0f57ecb91 |
children |
rev | line source |
---|---|
7 | 1 /* XPM */ |
2 static char * tb_blank_xpm[] = { | |
3 /* width height ncolors cpp [x_hot y_hot] */ | |
4 "18 18 4 1 0 0", | |
5 /* colors */ | |
6 " s iconColor1 m black c #000000", | |
7 ". s none m none c none", | |
8 "X s topShadowColor m none c #DCDEE5", | |
9 "o s bottomShadowColor m black c #5D6069", | |
10 /* pixels */ | |
11 " .", | |
12 " XXXXXXXXXXXXXXX .", | |
13 " X.............. o", | |
14 " X.............. o", | |
15 " X.............. o", | |
16 " X.............. o", | |
17 " X.............. o", | |
18 " X.............. o", | |
19 " X.............. o", | |
20 " X.............. o", | |
21 " X.............. o", | |
22 " X.............. o", | |
23 " X.............. o", | |
24 " X.............. o", | |
25 " X.............. o", | |
26 " X.............. o", | |
27 " o", | |
28 "..oooooooooooooooo"}; |