App-ClusterSSH
view release on metacpan or search on metacpan
terminal_colorize = 1
If set to 1 (the default), then "-bg" and "-fg" arguments will
be added to the terminal invocation command-line. The terminal
will be colored in a pseudo-random way based on the host name;
while the color of a terminal is not easily predicted, it will
always be the same color for a given host name. After a while,
you will recognize hosts by their characteristic terminal color.
terminal_bg_style = dark
If set to "dark", the terminal background will be set to black
and the foreground to the pseudo-random color. If set to
"light", then the foreground will be black and the background
the pseudo-random color. If terminal_colorize is "zero", then
this option has no effect.
terminal_size = 80x24
Initial size of terminals to use. NOTE: the number of lines (24)
will be decreased when resizing terminals for tiling, not the
number of characters (80).
terminal_title_opt = -T
Option used with "terminal" to set the title of the window
lib/App/ClusterSSH/Getopt.pm view on Meta::CPAN
q{Number of pixels from the terminal's side to reserve when calculating screen geometry for tiling. Setting these will help keep cssh from positioning windows over your scroll and title bars or otherwise overlapping the windows too much.}
);
output '=item terminal_colorize = 1';
output $self->loc(
q{If set to 1 (the default), then "-bg" and "-fg" arguments will be added to the terminal invocation command-line. The terminal will be colored in a pseudo-random way based on the host name; while the color of a terminal is not easily predic...
);
output '=item terminal_bg_style = dark';
output $self->loc(
q{If set to [_1], the terminal background will be set to black and the foreground to the pseudo-random color. If set to [_2], then the foreground will be black and the background the pseudo-random color. If terminal_colorize is [_3], then t...
'C<dark>', 'C<light>', 'C<zero>'
);
output '=item terminal_size = 80x24';
output $self->loc(
q{Initial size of terminals to use. NOTE: the number of lines (24) will be decreased when resizing terminals for tiling, not the number of characters (80).}
);
output '=item terminal_title_opt = -T';
output $self->loc(
( run in 0.985 second using v1.01-cache-2.11-cpan-f56aa216473 )