diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2016-06-08 11:26:06 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2016-08-29 10:17:31 +0200 |
commit | c41bacc67cb2c5be765f30c42889f168d5fc9d40 (patch) | |
tree | 492f19ea5dd57ec1ea980192fa153ef1325616b6 /test/functional/terminal/scrollback_spec.lua | |
parent | e968d72cae57180921ad9cf24cde74fedc8b03d3 (diff) | |
download | rneovim-c41bacc67cb2c5be765f30c42889f168d5fc9d40.tar.gz rneovim-c41bacc67cb2c5be765f30c42889f168d5fc9d40.tar.bz2 rneovim-c41bacc67cb2c5be765f30c42889f168d5fc9d40.zip |
api/ui: add tests for popupmenu_external events
update screen.lua to use new style nvim_ui_attach
Diffstat (limited to 'test/functional/terminal/scrollback_spec.lua')
-rw-r--r-- | test/functional/terminal/scrollback_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/terminal/scrollback_spec.lua b/test/functional/terminal/scrollback_spec.lua index 4790419bc8..60d6a6cc36 100644 --- a/test/functional/terminal/scrollback_spec.lua +++ b/test/functional/terminal/scrollback_spec.lua @@ -331,7 +331,7 @@ describe('terminal prints more lines than the screen height and exits', function it('will push extra lines to scrollback', function() clear() local screen = Screen.new(50, 7) - screen:attach(false) + screen:attach({rgb=false}) execute('call termopen(["'..nvim_dir..'/tty-test", "10"]) | startinsert') wait() screen:expect([[ |