repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: d8129c2e615a5bba64070625550ce0adce90c29b: path_to: revision_to:
commit d8129c2e615a5bba64070625550ce0adce90c29b Author: Emanuele GiaquintaDate: 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
--- 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-----