"handle" TBC

This commit is contained in:
Boris Faure 2015-01-10 17:02:54 +01:00
parent 0104ce64a9
commit da809eb023
1 changed files with 4 additions and 2 deletions

View File

@ -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
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;