diff options
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 82940259..f7abe4c3 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -115,7 +115,7 @@ struct DisplayAtom AtomContent content; DisplayAtom(AtomContent content, - ColorPair colors = {Color::Default, Color::Default}, + ColorPair colors = {Colors::Default, Colors::Default}, Attribute attribute = Normal) : content{std::move(content)}, colors{colors}, attribute{attribute} {} |
