billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=5da6d66134cb791b47d936cde8e6f23e504d54f2

commit 5da6d66134cb791b47d936cde8e6f23e504d54f2
Author: Boris Faure <[email protected]>
Date:   Mon Apr 6 22:58:48 2020 +0200

    termptyesc: add missing debug line on bell
---
 src/bin/termptyesc.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 3becfce..906f30a 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -213,6 +213,7 @@ _handle_cursor_control(Termpty *ty, const Eina_Unicode *cc)
    switch (*cc)
      {
       case 0x07: // BEL '\a' (bell)
+        DBG("->BEL");
          if (ty->cb.bell.func) ty->cb.bell.func(ty->cb.bell.data);
          return;
       case 0x08: // BS  '\b' (backspace)

-- 


Reply via email to