diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-07-25 10:15:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-25 10:15:44 +0800 |
commit | e9b58a619e1dd7a831138dc14bd8258104724e06 (patch) | |
tree | d757afdb3bc7ee8ea52ab1268feaeb60378fe3eb /test/functional/terminal/tui_spec.lua | |
parent | 46e3e1c7280a409462cceb520fe12259b5ba9937 (diff) | |
parent | 0cc41a61d1ac504bae4975021b95ce133268ce1a (diff) | |
download | rneovim-e9b58a619e1dd7a831138dc14bd8258104724e06.tar.gz rneovim-e9b58a619e1dd7a831138dc14bd8258104724e06.tar.bz2 rneovim-e9b58a619e1dd7a831138dc14bd8258104724e06.zip |
Merge pull request #18992 from zeertzjq/alt-mouse
fix(input): do no reinterpret mouse keys with ALT modifiers
Diffstat (limited to 'test/functional/terminal/tui_spec.lua')
-rw-r--r-- | test/functional/terminal/tui_spec.lua | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua index dd88379344..bcd7ae50c8 100644 --- a/test/functional/terminal/tui_spec.lua +++ b/test/functional/terminal/tui_spec.lua @@ -436,8 +436,11 @@ describe('TUI', function() | {3:-- TERMINAL --} | ]]) - feed_data(':tab split\r:tabnew\r') - feed_data(':highlight Tabline ctermbg=NONE ctermfg=NONE cterm=underline\r') + child_session:request('nvim_command', [[ + tab split + tabnew + highlight Tabline ctermbg=NONE ctermfg=NONE cterm=underline + ]]) local attrs = screen:get_default_attr_ids() attrs[11] = {underline = true} screen:expect([[ |