]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.rc
* citadel.rc: changed the default for local_screen_dimensions to 1, since
[citadel.git] / citadel / citadel.rc
index 786a2a36c096c05127b3e964697ac1716cd85482..f982a180ead04fafd7ced4b772ada8f4306243d5 100644 (file)
@@ -13,7 +13,7 @@
 # messages.  If you want the external editor to be used by default, be sure
 # to reflect this in the command set below.
 #
-editor=vi
+editor=pico
 
 # If you define PRINTCMD, it will be a pipe through which messages are
 # printed when the user hits the <P>rint key after a message.
@@ -31,7 +31,7 @@ editor=vi
 # work for dialup connections.  Generally you should set this to 1 for a
 # private copy of the client or 0 for a shared copy of the client.
 #
-local_screen_dimensions=0
+local_screen_dimensions=1
 
 # ANSI_COLOR should be set to on/off/auto/user to control the use of
 # color on the screen.  If it is set to "auto" then an autodetect will be