billiob pushed a commit to branch master.

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

commit da809eb02303c78551f77e0edd8f3298668e7208
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Jan 10 17:02:54 2015 +0100

    "handle" TBC
---
 src/bin/termptyesc.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index d0fd99e..0a755d9 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -992,9 +992,11 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, 
Eina_Unicode *ce)
         break;
       case 'y': // invoke confidence test
         break;
+ */
       case 'g': // clear tabulation
+        arg = _csi_arg_get(&b);
+        DBG("Tabulation Clear (TBC): %d", arg);
         break;
- */
        case 'Z': // Cursor Back Tab
        {
           int idx, size, cx = ty->state.cx, cy = ty->state.cy;

-- 


Reply via email to