diff options
Diffstat (limited to 'test/functional/legacy/listlbr_utf8_spec.lua')
-rw-r--r-- | test/functional/legacy/listlbr_utf8_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/listlbr_utf8_spec.lua b/test/functional/legacy/listlbr_utf8_spec.lua index 2788e7ae9f..8e5d9b88bc 100644 --- a/test/functional/legacy/listlbr_utf8_spec.lua +++ b/test/functional/legacy/listlbr_utf8_spec.lua @@ -216,7 +216,7 @@ describe('linebreak', function() local screen = Screen.new(60, 8) screen:set_default_attr_ids({ [0] = { bold = true, foreground = Screen.colors.Blue }, -- NonText - [1] = { background = Screen.colors.LightGrey }, -- Visual + [1] = { background = Screen.colors.LightGrey, foreground = Screen.colors.Black }, -- Visual [2] = { bold = true }, -- ModeMsg }) screen:attach() |