From d32bee5f019f2c51839df16b7c7955dc33651cbe Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 1 Sep 2016 20:00:43 +0200 Subject: command: add options to property list Now options are accessible through the property list as well, which unifies them to a degree. Not all options support runtime changes (meaning affected components need to be restarted for the options to take effects). Remove from the manpage those properties which are cleanly mapped to options anyway. From the user-perspective they're just options available through the property interface. --- options/m_option.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'options/m_option.h') diff --git a/options/m_option.h b/options/m_option.h index 2901cb6288..548db319a1 100644 --- a/options/m_option.h +++ b/options/m_option.h @@ -371,6 +371,9 @@ struct m_option { // Logging-related option - used to update log/terminal settings eagerly #define M_OPT_TERM (1 << 12) +// Do not add as property. +#define M_OPT_NOPROP (1 << 13) + // These are kept for compatibility with older code. #define CONF_MIN M_OPT_MIN #define CONF_MAX M_OPT_MAX -- cgit v1.2.3