Mercurial > vim
view pixmaps/tb_find_prev.xpm @ 9446:aaa6639b6f14 v7.4.2004
commit https://github.com/vim/vim/commit/65549bdef5805ba5a18a3d2d3909998dd7d9ed46
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jul 8 22:52:37 2016 +0200
patch 7.4.2004
Problem: GUI: cursor displayed in the wrong position.
Solution: Correct screen_cur_col and screen_cur_row.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 08 Jul 2016 23:00:06 +0200 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_find_prev_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 7 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconColor2 m none c #FFFFFF", "o s iconGray2 m none c #bdbdbd", "O s bottomShadowColor m black c #5D6069", "+ m black c #880000", "@ s iconColor3 m black c #FF0000", /* pixels */ " ", " ......... ", " .XXXXXXX.. ", " .XXXXXXX.o. ", " OX+XXXXX.... ", " o++XXXXXXXX. ", " +@+++++X.... ", " +@@@@@@+.oooo. ", "+@@@@@@@.oXXooo. ", " +@@@@@@.oXoooo. ", " +@++++.oooooo. ", " o++XXX.oooXoo. ", " OX+XXXX.oooo.O ", " .XXXXXXX....O.. ", " .XXXXXXXXXX.O...", " ............O ..", " OOOOOOOOOO ", " "};