From 7704cb4f22ad6b71c8f12ea78ac9fc9f16e12c0c Mon Sep 17 00:00:00 2001 From: Antenore Gatta Date: Sun, 26 Aug 2018 23:41:22 +0200 Subject: Allowing send events in xterm --- st_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st_plugin.c b/st_plugin.c index 7cd6795..f3f10a5 100644 --- a/st_plugin.c +++ b/st_plugin.c @@ -135,7 +135,7 @@ static gboolean remmina_plugin_st_open_connection(RemminaProtocolWidget *gp) }else if (g_strcmp0(term, "urxvt") == 0) { wflag = "-embed"; }else if (g_strcmp0(term, "xterm") == 0) { - wflag = "-into"; + wflag = "-xrm 'XTerm*allowSendEvents: true' -into"; } if (!g_find_program_in_path(term)) { remmina_plugin_service->protocol_plugin_set_error(gp, "%s not found", term); -- cgit v1.2.3