Advertisement
Guest User

Untitled

a guest
Jan 30th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. lib/App/ClusterSSH.pm | 2 +-
  2. 1 file changed, 1 insertion(+), 1 deletion(-)
  3.  
  4. diff --git lib/App/ClusterSSH.pm lib/App/ClusterSSH.pm
  5. index 707865e..55a2b1f 100644
  6. --- lib/App/ClusterSSH.pm
  7. +++ lib/App/ClusterSSH.pm
  8. @@ -727,7 +727,7 @@ sub open_client_windows(@) {
  9. "'"
  10. . $self->config->{title} . ': '
  11. . $servers{$server}{connect_string} . "'",
  12. - '-font ' . $self->config->{terminal_font},
  13. +# '-font ' . $self->config->{terminal_font},
  14. "-e " . $^X . ' -e ',
  15. "'" . $self->helper->script( $self->config ) . "'",
  16. " " . $servers{$server}{pipenm},
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement