X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=textclient%2Fcitadel.rc;h=7ad566d83ef48832f2261f9bfdab7d9802d1c82b;hb=HEAD;hp=09792b05453c1cbcd8f450857abb92039c7faa85;hpb=7b3427cfc9e6a143c3e6187b0f902335ea3cdcc0;p=citadel.git diff --git a/textclient/citadel.rc b/textclient/citadel.rc index 09792b054..7db4f04ff 100644 --- a/textclient/citadel.rc +++ b/textclient/citadel.rc @@ -4,8 +4,9 @@ # The standard client looks for this file in: # 1. $HOME/.citadelrc # 2. /citadel.rc -# 3. /etc/citadel.rc -# 4. /citadel.rc +# 3. /usr/local/etc/citadel.rc +# 4. /etc/citadel.rc +# 5. /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 @@ -33,7 +34,14 @@ encrypt=default # color on the screen. If it is set to "auto" then an autodetect will be # attempted. If it is set to "user" then it's a user-configurable option. # -ansi_color=user +ansi_color=auto + +# Sixel graphics support (experimental and probably insecure) +# 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", "img2sixel", and "fold" +# 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, @@ -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