summaryrefslogtreecommitdiff
path: root/alot/buffers
diff options
context:
space:
mode:
authorLucas Hoffmann <lucc@posteo.de>2019-11-06 11:27:48 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2019-11-06 10:54:00 +0000
commit2682848336ce2aecde4275c3950b1fe64ed002d2 (patch)
treede3f6f973869a8235869f0583de00168f01f2072 /alot/buffers
parent414ca6c4b57752d139598e95e06009c55ff4543c (diff)
Remove unicode escape codes
Diffstat (limited to 'alot/buffers')
-rw-r--r--alot/buffers/thread.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/buffers/thread.py b/alot/buffers/thread.py
index 0314b772..74df6b15 100644
--- a/alot/buffers/thread.py
+++ b/alot/buffers/thread.py
@@ -84,7 +84,7 @@ class ThreadBuffer(Buffer):
heads_char = None
heads_att = None
if self._indent_width > 1:
- heads_char = '\u27a4'
+ heads_char = '➤'
heads_att = settings.get_theming_attribute('thread',
'arrow_heads')
A = ArrowTree(