view pixmaps/tb_undo.xpm @ 13008:e775011b4c1e v8.0.1380

patch 8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced. commit https://github.com/vim/vim/commit/05684310a53c8a4804441c1c6f8b7fc9e8194940 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Dec 9 15:11:24 2017 +0100 patch 8.0.1380: using "vim -r swapfile" the hit-enter prompt is misplaced. Problem: When recovering a file with "vim -r swapfile" the hit-enter prompt is at the top of the window. Solution: Invalidate the cursor position.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Dec 2017 15:15:05 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_undo_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 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 bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"  ..  .....       ",
"  .X..XXXXX..     ",
"  .XXXXXXXXXX.    ",
"  .XXXX....XX.o   ",
"  .XXXX.ooo.XX.   ",
"  .XXXXX.  .XX.o  ",
"  .......o .XX.o  ",
"   o.ooooo .XX.o  ",
"   .X.     .XX.o  ",
"   .XX.....XX.oo  ",
"    .XXXXXXXX.o   ",
"     .XXXXX..oo   ",
"      .....ooo    ",
"       ooooo      ",
"                  ",
"                  "};