From: sf-exg Date: Wed, 6 Jan 2010 10:29:14 +0000 (+0000) Subject: Do not hardcode the binding for ISO 14755 to check if ISO 14755 is active; X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=a44e6eb7dc281d6bd8fee4097aca67a103e86a8a;p=dana%2Furxvt.git Do not hardcode the binding for ISO 14755 to check if ISO 14755 is active; rather, test iso14755buf accordingly. --- diff --git a/src/command.C b/src/command.C index 21062b17..84efe3b9 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;