diff options
Diffstat (limited to 'src/display_buffer.cc')
| -rw-r--r-- | src/display_buffer.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/display_buffer.cc b/src/display_buffer.cc index 2c705bdb..af8d15e4 100644 --- a/src/display_buffer.cc +++ b/src/display_buffer.cc @@ -96,8 +96,7 @@ void DisplayLine::optimize() auto& next_atom = *next_atom_it; bool merged = false; - if (atom.colors == next_atom.colors and - atom.attribute == next_atom.attribute and + if (atom.face == next_atom.face and atom.type() == next_atom.type()) { auto type = atom.type(); |
