summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-25 14:50:35 +0100
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2018-01-25 14:50:35 +0100
commit5feb71870676d9e0a49c480d7cb5e60b1e4f5d28 (patch)
treed625d7a65a9c876c57b591b6ea9dd07080a14614 /data
parent3e3793b7010371152fc42a2fc7d361f4ac04b231 (diff)
downloadpoezio-5feb71870676d9e0a49c480d7cb5e60b1e4f5d28.tar.gz
poezio-5feb71870676d9e0a49c480d7cb5e60b1e4f5d28.tar.bz2
poezio-5feb71870676d9e0a49c480d7cb5e60b1e4f5d28.tar.xz
poezio-5feb71870676d9e0a49c480d7cb5e60b1e4f5d28.zip
Use full-blocks by default for images.
This prevents bugs in some terminals.
Diffstat (limited to 'data')
-rw-r--r--data/default_config.cfg5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg
index a166cc46..985fb30d 100644
--- a/data/default_config.cfg
+++ b/data/default_config.cfg
@@ -436,6 +436,11 @@ use_bookmarks_method =
# Display your contacts’ avatar in the roster if true.
#enable_avatars = false
+# Use Unicode half-block (▄) instead of full-block (█) to display images.
+# This doubles the vertical resolution and gives square pixels, but may
+# cause issues in some terminals.
+#image_use_half_blocks = false
+
# Extract base64 images received in XHTML-IM messages
# if true.
#extract_inline_images = true