summaryrefslogtreecommitdiff
path: root/src/display_buffer.hh
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-08-29 10:01:43 +0700
committerMaxime Coste <mawww@kakoune.org>2017-08-29 10:01:43 +0700
commit1709886873b9c655ca0183a0711adf61709bb29f (patch)
tree1b24c7631ad7d9af8a8fc5ce7656bcbcdcbbe4d8 /src/display_buffer.hh
parent24234dffa3035a471126173d478d5ae215fb620e (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.hh1
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>