diff options
| author | Maxime Coste <mawww@kakoune.org> | 2021-08-17 20:40:30 +1000 |
|---|---|---|
| committer | Maxime Coste <mawww@kakoune.org> | 2021-08-17 20:40:30 +1000 |
| commit | 7187784936edc640d547ad497ef9b644a2483a2e (patch) | |
| tree | a75399641deeb7c698533bda1c9eb61e2ce05c6a /src/display_buffer.hh | |
| parent | 94388dc51e22770e1a9a79ad310cc3c78443ef36 (diff) | |
Move control character escaping responsibility to the terminal UI
Fix atom text at display time, allow tabs/eol/etc... in display
atoms and escape them just-in-time
Fixes #4293
Diffstat (limited to 'src/display_buffer.hh')
| -rw-r--r-- | src/display_buffer.hh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/display_buffer.hh b/src/display_buffer.hh index 308b1993..855fa92d 100644 --- a/src/display_buffer.hh +++ b/src/display_buffer.hh @@ -156,7 +156,6 @@ private: using DisplayLineList = Vector<DisplayLine>; class FaceRegistry; -String fix_atom_text(StringView str); DisplayLine parse_display_line(StringView line, const FaceRegistry& faces, const HashMap<String, DisplayLine>& builtins = {}); class DisplayBuffer : public UseMemoryDomain<MemoryDomain::Display> |
