repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: d8129c2e615a5bba64070625550ce0adce90c29b:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit d8129c2e615a5bba64070625550ce0adce90c29b
Author: Emanuele Giaquinta 
Date:   Wed Jan 6 10:29:14 2010 +0000

    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 21062b177df1bb71456afc08b50b77ab7a76a81a..
index ..84efe3b9b7af3321fda8618a8b598d142be8e882 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;

-----END OF PAGE-----