diff options
| author | Björn Linse <bjorn.linse@gmail.com> | 2019-09-01 11:25:00 +0200 | 
|---|---|---|
| committer | Björn Linse <bjorn.linse@gmail.com> | 2019-09-01 15:55:10 +0200 | 
| commit | e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6 (patch) | |
| tree | 39dd100dccde24ce0b8af578e134b5d2b945faa9 /test/functional/terminal/helpers.lua | |
| parent | b51ba122c1edfb769e72c25c4f14f469f59f1b8e (diff) | |
| download | rneovim-e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6.tar.gz rneovim-e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6.tar.bz2 rneovim-e04b9e7c78bdcf40cce5b5533ce8d7695691dfd6.zip | |
test/ui: update tests for new msg_grid implementation
Diffstat (limited to 'test/functional/terminal/helpers.lua')
| -rw-r--r-- | test/functional/terminal/helpers.lua | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/test/functional/terminal/helpers.lua b/test/functional/terminal/helpers.lua index 2d99a08614..9e450cc264 100644 --- a/test/functional/terminal/helpers.lua +++ b/test/functional/terminal/helpers.lua @@ -56,6 +56,8 @@ local function screen_setup(extra_rows, command, cols, opts)      [8] = {foreground = 15, background = 1}, -- error message      [9] = {foreground = 4},      [10] = {foreground = 121},  -- "Press ENTER" in embedded :terminal session. +    [11] = {foreground = tonumber('0x00000b')}, +    [12] = {reverse = true, foreground = tonumber('0x000079')},    })    screen:attach(opts or {rgb=false}) | 
