view pixmaps/tb_minwidth.xpm @ 33870:8f65cb02af21 v9.0.2145

patch 9.0.2145: wrong scrolling in insert mode with smoothscroll Commit: https://github.com/vim/vim/commit/5b4d1fcbf06757bae32a894871b9a649c84eba7f Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Dec 3 17:54:10 2023 +0100 patch 9.0.2145: wrong scrolling in insert mode with smoothscroll Problem: Wrong scrolling in Insert mode with 'smoothscroll' at the bottom of the window. Solution: Don't use set_topline() when 'smoothscroll' is set. fixes: #13612 closes: #13613 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Dec 2023 15:16:09 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_minwidth_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m none	c #DCDEE5",
"X	s iconColor1	m black	c #000000",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"     .XXXXXX      ",
"     .X...oX      ",
"     .X...oX      ",
"     .X...oX      ",
" X   .X.o.oXO   X ",
" XX  .X...oXO  XX ",
" XXX .X...oXO XXX ",
" XX  .X...oXO  XX ",
" X   .X...oXO   X ",
"     .X...oXO     ",
"     .X..ooXO     ",
"     .XooooXO     ",
"     .XXXXXXO     ",
"        OOOOO     ",
"                  ",
"                  "};