diff options
Diffstat (limited to 'test/functional/ui/mouse_spec.lua')
-rw-r--r-- | test/functional/ui/mouse_spec.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 7f551c5ee5..0f30bf4471 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -22,7 +22,7 @@ describe('ui/mouse/input', function() screen:attach() screen:set_default_attr_ids({ [0] = { bold = true, foreground = Screen.colors.Blue }, - [1] = { background = Screen.colors.LightGrey }, + [1] = { background = Screen.colors.LightGrey, foreground = Screen.colors.Black }, [2] = { bold = true }, [3] = { foreground = Screen.colors.Blue, @@ -561,7 +561,7 @@ describe('ui/mouse/input', function() tab = { background = Screen.colors.LightGrey, underline = true }, sel = { bold = true }, fill = { reverse = true }, - vis = { background = Screen.colors.LightGrey }, + vis = { background = Screen.colors.LightGrey, foreground = Screen.colors.Black }, }) feed_command('silent file foo | tabnew | file bar') insert('this is bar') |