termptyesc: document Media Copy

This commit is contained in:
Boris Faure 2018-03-19 23:54:00 +01:00
parent 4e1beca3f8
commit 8308514420
1 changed files with 5 additions and 1 deletions

View File

@ -1611,7 +1611,11 @@ HVP:
}
break;
case 'h':
EINA_FALLTHROUGH;
_handle_esc_csi_reset_mode(ty, *cc, b);
break;
case 'i':
WRN("TODO: Media Copy (?:%s)", (*b == '?') ? "yes": "no");
break;
case 'l':
_handle_esc_csi_reset_mode(ty, *cc, b);
break;