]> code.citadel.org Git - citadel.git/blobdiff - textclient/citadel.rc
work on sixel support
[citadel.git] / textclient / citadel.rc
index 09792b05453c1cbcd8f450857abb92039c7faa85..263577e2b1faf2bfb838d3a8b33edcc8e208aa60 100644 (file)
@@ -4,8 +4,9 @@
 # The standard client looks for this file in:
 # 1. $HOME/.citadelrc
 # 2. <compiled CTDLDIR>/citadel.rc
-# 3. /etc/citadel.rc
-# 4. <current directory>/citadel.rc
+# 3. /usr/local/etc/citadel.rc
+# 4. /etc/citadel.rc
+# 5. <current directory>/citadel.rc
 
 # Set ENCRYPT to yes to force SSL/TLS encryption when connecting to a
 # Citadel server, even if the server is on the same machine as the
@@ -35,6 +36,13 @@ encrypt=default
 #
 ansi_color=user
 
+# Sixel graphics support (experimental)
+# Set this to "on" to output images embedded in HTML messages to the terminal
+# in Sixel graphics format.  This obviously requires a terminal that has
+# support for Sixel.  It also requires the "curl" and "img2sixel" commands to
+# be available on your system.
+use_sixel=off
+
 # USE_BACKGROUND controls Citadel's use of the background.  If it is turned
 # off, then Citadel will set the background to black.  When it is turned on,
 # the background will be unchanged.  This is most useful with "transparent"
@@ -277,7 +285,6 @@ cmd=36,0,&.,&Enter,&ASCII message
 cmd=37,0,&.,&Enter,&Configuration
 cmd=38,0,&.,&Enter,a new &Room
 cmd=39,0,&.,&Enter,&Textfile
-cmd=77,0,&.,&Enter,&Username
 # cmd=40,0,&.,&Enter,file using &Xmodem
 # cmd=42,0,&.,&Enter,file using &Ymodem
 # cmd=44,0,&.,&Enter,file using &Zmodem