Author: cazfi
Date: Thu Jan 29 05:52:59 2015
New Revision: 27891

URL: http://svn.gna.org/viewcvs/freeciv?rev=27891&view=rev
Log:
Added readline completion support for /default command option.

See patch #5754

Modified:
    trunk/server/stdinhand.c

Modified: trunk/server/stdinhand.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/server/stdinhand.c?rev=27891&r1=27890&r2=27891&view=diff
==============================================================================
--- trunk/server/stdinhand.c    (original)
+++ trunk/server/stdinhand.c    Thu Jan 29 05:52:59 2015
@@ -6964,6 +6964,7 @@
 static const int server_option_cmd[] = {
   CMD_EXPLAIN,
   CMD_SET,
+  CMD_DEFAULT,
   -1
 };
 


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to