Retile all windows (if set) after adding a host
Do not automatically send a return after hostname (Alt-n)
Fix bug with sending read hostname instead of internal unique host name (Alt-n)
Fix bug whereby cannot start cssh without any hosts on cmd-line
Fix bug where client name was sent to inactive clients
Fix bug whereby 0's in sent text were ignored
Debug level output changes
Ensure windows are overlapping in the right places, instead of any order
Create config section on window decorations (i.e. title & scroll bars)
Documentation updates
Allow -u ouput when binaries havnt been found
Start coding for capturing an existing terminal window
Rebuild hosts menu when all hosts checked, not when each host checked
Change debug message output level of keysyms
Cater for config of no tiling, but allow to retile in console window anyhow
Remove some (unnecessary) debug code
Start coding for window tiling
Modify find_binary function to make it more portable
Output internal vars in "-u -d"
Small mods to docs to take account of all of the above
Allow for running from cvs dir in config{comms}
Add "ConnectTimeout=10" to default ssh options
Add further debug info
Add check to ensure hostname can be resolved before attempting connection
Modigy zombie reaping to prevent hand on unconnected cx term closing
Add "autoquit" feature to close ClusterSSH after last client window closes
By Rob Dawson:
- change the "fudge" values for width and height to variables on lines
429 and 441
- change the default variables to include those two new variables
- reverse the sequence of hosts provided (as it tiles in reverse
order, this means it has the first host in the top left corner,
rather than bottom right)
- add to help page at the bottom to match these two
- adjust help page at the bottom for titlebar_size
This because the previous description was for each window, whereas
on my setup, it uses this for the single menubar spacing at the top,
*not* for each window (I tested :-) - I'm not sure if this behaves
differently on different OS/arch, though.
Moved TIOCSTI settings to config file option
Use Pod::Usage instead of manually updated help text
Removed default terminal options to use .Xdefaults correctly, but may still be used from .csshrc or cmdline (Olivier Beyssac)
Amended some error messages for clarity
Corrected path used for xlsfonts
Put in error text about unknown/ignored keysyms
Corrected some platform TIOCSTI settings and added FreeBSD
Updates and corrections to POD text