summaryrefslogtreecommitdiff
path: root/src/theming.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2014-10-30 21:43:49 +0100
committermathieui <mathieui@mathieui.net>2014-10-30 21:43:49 +0100
commitf93f92517d3597aaf69625200f47da7a243b43a8 (patch)
tree31814cbf8a7c037388527f4d8e390c60c8557809 /src/theming.py
parent616d0d2c7301f5e287fb7daf24a835f8dbf250ba (diff)
downloadpoezio-f93f92517d3597aaf69625200f47da7a243b43a8.tar.gz
poezio-f93f92517d3597aaf69625200f47da7a243b43a8.tar.bz2
poezio-f93f92517d3597aaf69625200f47da7a243b43a8.tar.xz
poezio-f93f92517d3597aaf69625200f47da7a243b43a8.zip
Use a space instead of a cross while checking features
Diffstat (limited to 'src/theming.py')
-rwxr-xr-xsrc/theming.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/theming.py b/src/theming.py
index 0d83db9d..1e9d6c40 100755
--- a/src/theming.py
+++ b/src/theming.py
@@ -303,6 +303,7 @@ class Theme(object):
CHAR_NEW_TEXT_SEPARATOR = '- '
CHAR_OK = '✔'
CHAR_ERROR = '✖'
+ CHAR_EMPTY = ' '
CHAR_ACK_RECEIVED = CHAR_OK
CHAR_COLUMN_ASC = ' ▲'
CHAR_COLUMN_DESC = ' ▼'