Mark an issue that breaks tests

This commit is contained in:
Přemysl Eric Janouch 2015-05-27 21:42:21 +02:00
parent c628a434f6
commit be1cccd252
1 changed files with 1 additions and 0 deletions

View File

@ -456,6 +456,7 @@ parse_csi (termo_t *tk, size_t introlen, size_t *csi_len,
// Specifically allowing the rxvt special character
// for shifted function keys to end a CSI-like sequence,
// otherwise expecting ECMA-48-like input
// FIXME: this breaks mode report parsing (e.g. "\e[4;1$y")
unsigned char c = CHARAT (csi_end);
if ((c >= 0x40 && c < 0x80) || c == '$')
break;