Mmucl Procedure

Name

config - Query and change mmucl options

Synopsis

config ?option? ?value?

Description

Config with no arguments returns a list of options that can be queried or changed. Config with an option argument returns that options value. Config with an option and a value changes option to value.

Options

browser
The path to a html viewer to use for the help system. The value "internal" is the default html viewer provided.
echo
Whether or not input is echoed. Should be 1 or 0.
echo_attribs
A list of text attributes applied to local echoes.
hist_min_length
The minimum number of characters a line of input must be to be included in the history list.
keep_line
Whether or not input is erased when return is hit. Should be 1 or 0.
no_action
Whether or not actions are checked. Should be 1 or 0.
no_sub
Whether or not substitutions are checked. Should be 1 or 0.
reconnect
Whether or not to automatically reconnect after a timeout or disconnect. Should be 1 or 0.


Home