From a44e6eb7dc281d6bd8fee4097aca67a103e86a8a Mon Sep 17 00:00:00 2001 From: sf-exg Date: Wed, 6 Jan 2010 10:29:14 +0000 Subject: [PATCH] Do not hardcode the binding for ISO 14755 to check if ISO 14755 is active; rather, test iso14755buf accordingly. --- src/command.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.C b/src/command.C index 21062b1..84efe3b 100644 --- a/src/command.C +++ b/src/command.C @@ -581,7 +581,7 @@ rxvt_term::key_press (XKeyEvent &ev) #if ENABLE_FRILLS || ISO_14755 // ISO 14755 support - if (shft && ctrl) + if (iso14755buf & (ISO_14755_STARTED | ISO_14755_51)) { int hv; -- 1.9.1