summaryrefslogtreecommitdiff
path: root/src/display_buffer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/display_buffer.hh')
-rw-r--r--src/display_buffer.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh
index 5a5f1558..ef00a19b 100644
--- a/src/display_buffer.hh
+++ b/src/display_buffer.hh
@@ -117,8 +117,8 @@ struct DisplayAtom
AtomContent content;
DisplayAtom(AtomContent content)
- : content(std::move(content)), attribute(Normal),
- fg_color(Color::Default), bg_color(Color::Default) {}
+ : content(std::move(content)), attribute(Normal),
+ fg_color(Color::Default), bg_color(Color::Default) {}
};
class DisplayLine