Update class to allow use of terms other than XTerm

This commit is contained in:
duncan_ferguson 2007-11-28 22:18:41 +00:00
parent d0698af2a6
commit 181d21d483
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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