mirror of
https://github.com/duncs/clusterssh.git
synced 2025-04-22 09:22:24 +00:00
Update class to allow use of terms other than XTerm
This commit is contained in:
parent
d0698af2a6
commit
181d21d483
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
???? Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.22-1
|
||||
|
||||
* Update X resources class to allow use of terms other than XTerm
|
||||
|
||||
2008-11-28 Duncan Ferguson <duncan_ferguson@user.sf.net> - v3.21-1
|
||||
|
||||
* Implement a basic history window in the console (option -s)
|
||||
|
|
|
@ -162,7 +162,7 @@ sub load_config_defaults() {
|
|||
$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 @@ decreased when resizing terminals for tiling, not the number of characters (80))
|
|||
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue