diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-28 19:05:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-28 19:05:49 +0100 |
commit | 073bb66d26b6e64dd3a0cfaf8178875f0b5af4af (patch) | |
tree | 111dac326100074494cc5df82ceee98f2dd9c016 /examples/test | |
parent | add watch (diff) | |
download | xpybar-073bb66d26b6e64dd3a0cfaf8178875f0b5af4af.tar.gz xpybar-073bb66d26b6e64dd3a0cfaf8178875f0b5af4af.tar.bz2 xpybar-073bb66d26b6e64dd3a0cfaf8178875f0b5af4af.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/test')
-rw-r--r-- | examples/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test b/examples/test index 6784f00..44b2366 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 ²°°°\nTEST ─│┌┐└┘├┤┬┴┼╱╲╳ ←↓→↑') |