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 that 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.
char
The current character loaded.
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.
host
The host currently connected to or last host connected to.
input
The current text in the input entry widget.
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.
port
The port of the current host or the host last connected to.
reconnect
Whether or not to automatically reconnect after a timeout or disconnect. Should be 1 or 0.


Home