| File tests/misc/integration.c changed (mode: 100644) (index 192696f26..b457670a7) |
| ... |
... |
TEST(title_support_is_detected_correctly) |
| 388 |
388 |
|
|
| 389 |
389 |
static char *SCREEN_LIKE[] = { |
static char *SCREEN_LIKE[] = { |
| 390 |
390 |
"screen", "screen-bce", "screen-256color", "screen-256color-bce", |
"screen", "screen-bce", "screen-256color", "screen-256color-bce", |
| 391 |
|
"screen-anything" |
|
|
391 |
|
"screen-anything", |
|
392 |
|
|
|
393 |
|
/* |
|
394 |
|
* Not testing tmux because it has tsl and fsl sequences which need to be |
|
395 |
|
* overwritten with screen sequences to affect tmux window. That must be |
|
396 |
|
* done earlier than title_kind_for_termenv() is applied to work properly so |
|
397 |
|
* title_kind_for_termenv() doesn't handle these $TERM values. |
|
398 |
|
* |
|
399 |
|
* "tmux", "tmux-256color", "tmux-direct", "tmux-anything", |
|
400 |
|
*/ |
| 392 |
401 |
}; |
}; |
| 393 |
402 |
|
|
| 394 |
403 |
#ifdef _WIN32 |
#ifdef _WIN32 |