diff options
| author | Maxime Coste <mawww@kakoune.org> | 2017-08-29 10:01:43 +0700 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2017-08-29 10:01:43 +0700 |
| commit | 1709886873b9c655ca0183a0711adf61709bb29f (patch) | |
| tree | 1b24c7631ad7d9af8a8fc5ce7656bcbcdcbbe4d8 /src/display_buffer.hh | |
| parent | 24234dffa3035a471126173d478d5ae215fb620e (diff) | |
avoid literal eol in status lines, replace them with another symbol
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 1215d76d..2b0a989d 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -142,6 +142,7 @@ private: AtomList m_atoms; }; +String fix_atom_text(StringView str); DisplayLine parse_display_line(StringView line, const HashMap<String, DisplayLine>& builtins = {}); class DisplayBuffer : public UseMemoryDomain<MemoryDomain::Display> |
