termptyesc: Printer and Selective Erase are not supported

This commit is contained in:
Boris Faure 2019-01-07 23:39:34 +01:00
parent 5475920c56
commit 24cc5eaf8d
1 changed files with 1 additions and 1 deletions

View File

@ -2932,7 +2932,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, const Eina_Unicode *ce)
else
{
// Secondary device attributes
snprintf(bf, sizeof(bf), "\033[?64;1;2;6;9;15;18;21;22c");
snprintf(bf, sizeof(bf), "\033[?64;1;9;15;18;21;22c");
}
termpty_write(ty, bf, strlen(bf));
}