mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
Merge pull request #21841 from neovim/backport-21828-to-release-0.8
[Backport release-0.8] build(deps): bump libvterm to v0.3.1
This commit is contained in:
@@ -173,8 +173,8 @@ set(UNIBILIUM_SHA256 29815283c654277ef77a3adcc8840db79ddbb20a0f0b0c8f648bd8cd49a
|
||||
set(LIBTERMKEY_URL https://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz)
|
||||
set(LIBTERMKEY_SHA256 6945bd3c4aaa83da83d80a045c5563da4edd7d0374c62c0d35aec09eb3014600)
|
||||
|
||||
set(LIBVTERM_URL https://www.leonerd.org.uk/code/libvterm/libvterm-0.3.tar.gz)
|
||||
set(LIBVTERM_SHA256 61eb0d6628c52bdf02900dfd4468aa86a1a7125228bab8a67328981887483358)
|
||||
set(LIBVTERM_URL https://www.leonerd.org.uk/code/libvterm/libvterm-0.3.1.tar.gz)
|
||||
set(LIBVTERM_SHA256 25a8ad9c15485368dfd0a8a9dca1aec8fea5c27da3fa74ec518d5d3787f0c397)
|
||||
|
||||
set(LUV_VERSION 1.44.2-1)
|
||||
set(LUV_URL https://github.com/luvit/luv/archive/1.44.2-1.tar.gz)
|
||||
|
@@ -1286,6 +1286,7 @@ describe('TUI', function()
|
||||
[7] = {reverse = true, foreground = Screen.colors.SeaGreen4},
|
||||
[8] = {foreground = Screen.colors.SeaGreen4},
|
||||
[9] = {bold = true, foreground = Screen.colors.Blue1},
|
||||
[10] = {foreground = Screen.colors.Blue},
|
||||
})
|
||||
|
||||
feed_data(':hi SpecialKey ctermfg=3 guifg=SeaGreen\n')
|
||||
@@ -1306,9 +1307,9 @@ describe('TUI', function()
|
||||
feed_data(':set termguicolors\n')
|
||||
screen:expect([[
|
||||
{7:^}{8:G} |
|
||||
{9:~ }|
|
||||
{9:~ }|
|
||||
{9:~ }|
|
||||
{9:~}{10: }|
|
||||
{9:~}{10: }|
|
||||
{9:~}{10: }|
|
||||
{3:[No Name] [+] }|
|
||||
:set termguicolors |
|
||||
{4:-- TERMINAL --} |
|
||||
|
Reference in New Issue
Block a user