diff -ur vte-0.11.10/src/vte.c vte-patched/src/vte.c --- vte-0.11.10/src/vte.c 2003-06-16 22:15:09.000000000 +0100 +++ vte-patched/src/vte.c 2004-01-08 15:07:50.000000000 +0000 @@ -4121,7 +4121,7 @@ GValueArray *params) { /* Claim to be a VT220 with only national character set support. */ - vte_terminal_feed_child(terminal, "[?60;9;c", -1); + vte_terminal_feed_child(terminal, "[?62;1;c", -1); } /* Send terminal ID. */