blob: 71e4733605036c3240b509ef3d55980d78fea77f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
## 02_uxterm.dpatch by <tmancill@debian.org>
diff -urN clusterssh-3.21/src/cssh.pl clusterssh-3.21-patched/src/cssh.pl
--- clusterssh-3.21/src/cssh.pl 2008-01-10 19:35:35.000000000 -0500
+++ clusterssh-3.21-patched/src/cssh.pl 2008-01-10 19:37:35.000000000 -0500
@@ -162,7 +162,7 @@
$config{terminal_args} = "";
$config{terminal_title_opt} = "-T";
$config{terminal_allow_send_events} =
- "-xrm 'XTerm.VT100.allowSendEvents:true'";
+ "-xrm '*.VT100.allowSendEvents:true'";
$config{terminal_font} = "6x13";
$config{terminal_size} = "80x24";
$config{use_hotkeys} = "yes";
@@ -2196,7 +2196,7 @@
Option used with C<terminal> to set the title of the window
-=item terminal_allow_send_events = -xrm 'XTerm.VT100.allowSendEvents:true'
+=item terminal_allow_send_events = -xrm '*.VT100.allowSendEvents:true'
Option required by the terminal to allow XSendEvents to be received
|