diff options
| author | Maxime Coste <frrrwww@gmail.com> | 2015-10-06 13:37:16 +0100 |
|---|---|---|
| committer | Maxime Coste <frrrwww@gmail.com> | 2015-10-06 13:37:16 +0100 |
| commit | 67646cd45a33208c598619c9e7493f9bcabec6db (patch) | |
| tree | e72fd5b12f6880fef9cb6af6d8a41a1fe2578d2f /src/display_buffer.hh | |
| parent | c41a7eed097ef75a2bd10a60e06e3c1c1518599e (diff) | |
Cleanup insert_completer code and use markup for option completion menu entry
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 1b852a58..177a5920 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -103,7 +103,7 @@ public: DisplayLine() = default; DisplayLine(AtomList atoms); - DisplayLine(String str, Face face) + DisplayLine(String str, Face face = Face{}) { push_back({ std::move(str), face }); } iterator begin() { return m_atoms.begin(); } |
