From 95f9ca917ed3c0a2ff0dc595ef009172981be2b7 Mon Sep 17 00:00:00 2001 From: TingPing Date: Mon, 12 May 2014 05:10:26 -0400 Subject: [PATCH] Default completion to last spoke --- src/common/cfgfiles.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/cfgfiles.c b/src/common/cfgfiles.c index 67645a66..411e8ee2 100644 --- a/src/common/cfgfiles.c +++ b/src/common/cfgfiles.c @@ -808,6 +808,7 @@ load_default_config(void) prefs.hex_away_size_max = 300; prefs.hex_away_timeout = 60; prefs.hex_completion_amount = 5; + prefs.hex_completion_sort = 1; prefs.hex_dcc_auto_recv = 1; /* browse mode */ prefs.hex_dcc_blocksize = 1024; prefs.hex_dcc_permissions = 0600;