"handle" HTS

This commit is contained in:
Boris Faure 2015-01-10 18:48:48 +01:00
parent da809eb023
commit 36e5ca2165
1 changed files with 3 additions and 2 deletions

View File

@ -1583,11 +1583,12 @@ _handle_esc(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce)
case '8': // restore cursor pos
_termpty_cursor_copy(&(ty->save), &(ty->state));
return 1;
case 'H': // set tab at current column
DBG("Character Tabulation Set (HTS)");
return 1;
/*
case 'G': // query gfx mode
return 2;
case 'H': // set tab at current column
return 1;
case 'n': // single shift 2
return 1;
case 'o': // single shift 3