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 7e8ab9fc795e7e2459484dfdffa1c7a887991293

Initialize preview options in tests/conf_setup()
Some of them can affect outcome of tests.
Author: xaizek
Author date (UTC): 2026-08-06 07:04
Committer name: xaizek
Committer date (UTC): 2026-08-06 07:06
Parent(s): c26cd472ef88b107de56bb2c845d3df9bfb6be8c
Signing key: 99DC5E4DB05F6BE2
Tree: 5123b1a278585c26bf5a6b6512cfbaf6c7a0ae24
File Lines added Lines deleted
tests/test-support/test-utils.c 5 0
File tests/test-support/test-utils.c changed (mode: 100644) (index b449576f4..76a047539)
... ... conf_setup(void)
111 111 cfg.sizefmt.ieci_prefixes = 0; cfg.sizefmt.ieci_prefixes = 0;
112 112 cfg.sizefmt.space = 0; cfg.sizefmt.space = 0;
113 113
114 cfg.graphics_delay = 0;
115 cfg.hard_graphics_clear = 0;
116 cfg.max_tree_depth = 0;
117 cfg.top_tree_stats = 0;
118
114 119 cfg.tab_stop = 4; cfg.tab_stop = 4;
115 120
116 121 #ifndef _WIN32 #ifndef _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