mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
pod patch provided by David F. Skoll
This commit is contained in:
parent
9a48cd4cc6
commit
6419df7107
1 changed files with 16 additions and 0 deletions
|
@ -2326,6 +2326,22 @@ Number of pixels from the terminal side to reserve when calculating screen
|
|||
geometry for tiling. Setting these will help keep cssh from positioning
|
||||
windows over your scroll and title bars
|
||||
|
||||
=item 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.
|
||||
|
||||
=item terminal_bg_style = dark
|
||||
|
||||
If set to dark, the 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.
|
||||
|
||||
=item terminal_size = 80x24
|
||||
|
||||
Initial size of terminals to use (note: the number of lines (24) will be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue