]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.rc
* Full-screen curses support for Citadel text client
[citadel.git] / citadel / citadel.rc
index 8f8478bfd9e20015b0e4a0f383ef6b81566e7b4d..849b43b98fbf7bab732324a3f0f67da5a0867a8f 100644 (file)
 # systems on the same machine as the client.
 encrypt=default
 
+# Set FULLSCREN to yes to (attempt to) use full-screen curses mode.
+# This mode presents a status line and a few other niceties.  Some
+# people might not like this, so you can turn it off here or with the
+# -s command line option.  The default is to use full screen if the
+# terminal supports it.
+#fullscreen=yes
+
 # Set EDITOR to the name of an external editor to be used for entering
 # messages.  If you want the external editor to be used by default, be sure
 # to reflect this in the command set below.
@@ -117,7 +124,7 @@ remember_passwords=0
 # systems, where many messages may be posted while reading.  Users
 # accustomed to D.O.C. or its variants will want to set this option.
 #
-alternate_semantics=no
+alternate_semantics=yes
 
 
 # COMMAND SET CONFIGURATION