aboutsummaryrefslogtreecommitdiffstats
path: root/examples/test
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-28 21:40:08 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-28 21:40:08 +0100
commitccb3b39a4dd8c5f667bf37c6f4a79a7e8da53bda (patch)
tree3625f45d82c0d3c05fcf292f3cdd200391e1c5f4 /examples/test
parentcleaner (diff)
downloadxpybar-ccb3b39a4dd8c5f667bf37c6f4a79a7e8da53bda.tar.gz
xpybar-ccb3b39a4dd8c5f667bf37c6f4a79a7e8da53bda.tar.bz2
xpybar-ccb3b39a4dd8c5f667bf37c6f4a79a7e8da53bda.tar.xz
fix special chars
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/test')
-rw-r--r--examples/test2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test b/examples/test
index 44b2366..55d3981 100644
--- a/examples/test
+++ b/examples/test
@@ -6,5 +6,5 @@ OUTPUT, HEIGHT, YPOS, TOP = 0, 24, 24, True
def redraw():
bar.clear()
- bar.draw_coloured_text(0, 10, 0, 2, '°°°² \033[31;47m|T|\033[49mE|\033[mS\033[38;2;128;16;255m|T|\033[0m ²°°°\nTEST ─│┌┐└┘├┤┬┴┼╱╲╳ ←↓→↑')
+ bar.draw_coloured_text(0, 10, 0, 2, '┌┐ °°°² \033[31;47m|T|\033[49mE|\033[mS\033[38;2;128;16;255m|T|\033[0m ²°°°\n└┘ TEST ─│┌┐└┘├┤┬┴┼╱╲╳ ←↓→↑X')