xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit 3de7af9649e45bbde58301b9891b2cc08138f1e8

Explain not testing tmux $TERM values in tests
To not try to add them in the future and get surprised they don't work.
Author: xaizek
Author date (UTC): 2026-07-27 10:55
Committer name: xaizek
Committer date (UTC): 2026-07-27 10:55
Parent(s): c2a775b3a391e743ba122ab481b8ef8722e8eabd
Signing key: 99DC5E4DB05F6BE2
Tree: db6e7bb338beb472eb71e94a0b13adbcd2410f14
File Lines added Lines deleted
tests/misc/integration.c 10 1
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
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master