Skip to content

Instantly share code, notes, and snippets.

@s5unty
Created January 31, 2015 05:32
Show Gist options
  • Save s5unty/4c813b8dc742b19f1e29 to your computer and use it in GitHub Desktop.
Save s5unty/4c813b8dc742b19f1e29 to your computer and use it in GitHub Desktop.
lib/App/ClusterSSH.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git lib/App/ClusterSSH.pm lib/App/ClusterSSH.pm
index 707865e..55a2b1f 100644
--- lib/App/ClusterSSH.pm
+++ lib/App/ClusterSSH.pm
@@ -727,7 +727,7 @@ sub open_client_windows(@) {
"'"
. $self->config->{title} . ': '
. $servers{$server}{connect_string} . "'",
- '-font ' . $self->config->{terminal_font},
+# '-font ' . $self->config->{terminal_font},
"-e " . $^X . ' -e ',
"'" . $self->helper->script( $self->config ) . "'",
" " . $servers{$server}{pipenm},
@s5unty
Copy link
Author

s5unty commented Jul 11, 2022

% dpg clusterssh
ii  clusterssh                             4.16-2                          all          administer multiple ssh or rsh shells simultaneously
% diff -ru ClusterSSH/Window/Tk.pm.orig ClusterSSH/Window/Tk.pm
--- ClusterSSH/Window/Tk.pm.orig	2022-07-11 11:33:02.124565514 +0800
+++ ClusterSSH/Window/Tk.pm	2022-07-11 11:33:15.108725237 +0800
@@ -226,7 +226,6 @@
                 "'"
                     . $self->config->{title} . ': '
                     . $servers{$server}{connect_string} . "'",
-                '-font ' . $self->config->{terminal_font},
                 "-e " . $^X . ' -e ',
                 "'" . $self->parent->helper->script( $self->config ) . "'",
                 " " . $servers{$server}{pipenm},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment