Mercurial > vim
view pixmaps/tb_shell.xpm @ 31577:3c21865e8068 v9.0.1121
patch 9.0.1121: cursor positioning and display problems with 'smoothscroll'
Commit: https://github.com/vim/vim/commit/db4d88c2adfe8f8122341ac9d6cae27ef78451c8
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Dec 31 15:13:22 2022 +0000
patch 9.0.1121: cursor positioning and display problems with 'smoothscroll'
Problem: Cursor positioning and display problems with 'smoothscroll' and
using "zt", "zb" or "zz".
Solution: Adjust computations and conditions. (Yee Cheng Chin,
closes #11764)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 31 Dec 2022 16:15:03 +0100 |
parents | 3fc0f57ecb91 |
children |
line wrap: on
line source
/* XPM */ static char * tb_shell_xpm[] = { /* width height ncolors cpp [x_hot y_hot] */ "18 18 6 1 0 0", /* colors */ " s none m none c none", ". s iconColor1 m black c #000000", "X s iconGray6 m black c #636363", "o s iconGray2 m none c #bdbdbd", "O s iconColor2 m none c #FFFFFF", "+ s bottomShadowColor m black c #5D6069", /* pixels */ " ", " ... ... ", " .XoXXXoX. ", " .oOoX.XoOo. ", " .XoOoXoOoX. ", " .Xoooo.ooooX. ", " .Xo.XOoXoOX.oX. ", " .oooXOo.oOXooo. ", " .oOo.XOXOX.oOo.+ ", " .XoOo.o.o.oOoX.+ ", " .XooXoooXoOX.+ ", " .XoooOoooX.+ ", " .ooOOOoo.+ ", " ..XoooX..+ ", " .XoooooooX.+ ", " ...........+ ", " ++++++++++ ", " "};