diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-04-05 20:18:09 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-04-05 20:18:09 +0200 |
commit | 41b747c4c2ce4a6acba4e318249641fd41e91123 (patch) | |
tree | 7072400be8690ca2a9d8ed15826d4f776504e70a /info | |
parent | typo (diff) | |
download | blueshift-41b747c4c2ce4a6acba4e318249641fd41e91123.tar.gz blueshift-41b747c4c2ce4a6acba4e318249641fd41e91123.tar.bz2 blueshift-41b747c4c2ce4a6acba4e318249641fd41e91123.tar.xz |
document and demo reset_on_error
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info')
-rw-r--r-- | info/blueshift.texinfo | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 55dcbed..cafba90 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -1096,6 +1096,13 @@ run @code{reset} and exit. This is normally done the second time @kbd{Control+c} is pressed or the second time a SIGTERM signal has been received. (Or if both has happend.) + +@item reset_on_error +The default value of this variable is @code{True}, +but it can be set to @code{False}. If it is set to +false @code{False}, Blueshift will not attempt to +reset the colour curves if the configuration script +crashes. @end table The parameterless function @code{continuous_run}, |