[vte/wip/egmont/bidi: 8/76] BDSM hook
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vte/wip/egmont/bidi: 8/76] BDSM hook
- Date: Fri, 5 Oct 2018 13:01:40 +0000 (UTC)
commit 32a7c8ad1ca06e87840823198c481217a5e50745
Author: Egmont Koblinger <egmont gmail com>
Date: Fri Aug 17 20:11:59 2018 +0200
BDSM hook
src/vteseq.cc | 7 +++++++
1 file changed, 7 insertions(+)
---
diff --git a/src/vteseq.cc b/src/vteseq.cc
index c6ed3638..18036651 100644
--- a/src/vteseq.cc
+++ b/src/vteseq.cc
@@ -456,6 +456,13 @@ Terminal::set_mode_ecma(vte::parser::Sequence const& seq,
continue;
m_modes_ecma.set(mode, set);
+
+ if (mode == m_modes_ecma.eBDSM) {
+ _vte_debug_print(VTE_DEBUG_BIDI,
+ "BiDi %s mode\n",
+ set ? "implicit" : "explicit");
+ /* Will need to take immediate action too */
+ }
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]