Mercurial > vim
view pixmaps/tb_print.xpm @ 14337:48287f1fc8a1 v8.1.0184
patch 8.1.0184: not easy to figure out the window layout
commit https://github.com/vim/vim/commit/b6959a8e06cef6d2126b030b2f8acd49457a3582
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 14 21:41:44 2018 +0200
patch 8.1.0184: not easy to figure out the window layout
Problem: Not easy to figure out the window layout.
Solution: Add "wincol" and "winrow" to what getwininfo() returns.
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sat, 14 Jul 2018 21:45:05 +0200 |
parents | af1bcb9a13c0 |
children |
line wrap: on
line source
/* XPM */ static char * tb_print_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 iconGray5 m black c #737373", "+ s bottomShadowColor m black c #5D6069", "@ c #FF1144", /* pixels */ " ....... ", " .XXXXX.. ", " .XXXXX.X. ", " .XXXXX.... ", " .XXXXXXXX. ", " .XXXXXXXX. ", " ..XXXXXXXX.. ", " .XXXXXXXX.O ", "................ ", ".XXXXXXXXXXXXXO. ", ".X@@ooooooooooO.O ", ".XooooooooooooO.O ", ".XooooooooooooO.O ", "................O ", " .OOOOOOOOOOOO.OO ", " ..............O ", " OOOOOOOOOOOOO ", " "};