aboutsummaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.c b/options.c
index 8f684a108..f1840325b 100644
--- a/options.c
+++ b/options.c
@@ -105,7 +105,9 @@ options_init( void )
options.port = atoi(value);
else
options.port = DEFAULT_PORT;
+
options.reconnect = 1;
+ options.find_wrap = 1;
options.bg_color = COLOR_BLACK;
options.title_color = COLOR_BLUE;