Mercurial > vim
view pixmaps/tb_jump.xpm @ 7208:2c00f6b312bf v7.4.913
commit https://github.com/vim/vim/commit/72f4cc4a987d123c0ed909c85b9a05f65cef7202
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Nov 10 14:35:18 2015 +0100
patch 7.4.913
Problem: No utf-8 support for the hangul input feature.
Solution: Add utf-8 support. (Namsh)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 10 Nov 2015 14:45:04 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_jump_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 6 1 0 0", /* colors */ " s none m none c none", ". m black c #888800", "X s bottomShadowColor m black c #5D6069", "o s iconColor6 m none c #FFFF00", "O s iconColor1 m black c #000000", "+ s topShadowColor m none c #DCDEE5", /* pixels */ " ", " ", " ", " ", " .............. ", " .XooooooooooooOX", " .XoooooooooooooOX", ".Xo+X+ooooooooooOX", ".ooXOXooooooooooOX", "Xoo+X+ooooooooooOX", "XOooooooooooooooOX", " XOoooooooooooooOX", " XOOOOOOOOOOOOOOX", " XXXXXXXXXXXXXXX", " ", " ", " ", " "};