mu: use new command-parser

This commit is contained in:
Dirk-Jan C. Binnema
2020-01-19 17:32:32 +02:00
parent c7680b78b9
commit c71f683e39
7 changed files with 1291 additions and 1680 deletions

View File

@ -1,7 +1,5 @@
/* -*-mode: c; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-*/
/*
** Copyright (C) 2008-2017 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
** Copyright (C) 2008-2020 Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
**
** This program is free software; you can redistribute it and/or modify it
** under the terms of the GNU General Public License as published by the
@ -180,6 +178,10 @@ struct _MuConfig {
gboolean overwrite; /* should we overwrite same-named files */
gboolean play; /* after saving, try to 'play'
* (open) the attmnt using xdgopen */
/* for server */
gboolean list_commands; /* dump documentations for server
* commands */
/* options for mu-script */
gchar *script; /* script to run */
const char **script_params; /* parameters for scripts */