Override font used on command line

Add an option -f or --font to the cssh command to allow for overriding the terminal_font setting from the config file at runtime.
This commit is contained in:
Duncan Ferguson 2010-06-18 23:32:27 +01:00
parent 9834440176
commit f379208b32
4 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,8 @@
????-??-?? Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_02
* Add in bugtracker and homepage resources to Build.PL file
* Bring new module App::ClusterSSH::Host into play for parsing host strings
* Patch to override font used on command line (Roland Rosenfeld)
2010-01-08 Duncan Ferguson <duncan_ferguson@user.sf.net> - v4.00_01