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 6bbde50452d6ee23a0877307e8057d88e026e194

Use longer timeout for fileops/size
Old one seems to be not long enough for Wine.
Author: xaizek
Author date (UTC): 2016-07-02 08:25
Committer name: xaizek
Committer date (UTC): 2016-07-02 08:25
Parent(s): 520db9078654c184c8a6bbbc00027e5404dd4d9e
Signing key: 99DC5E4DB05F6BE2
Tree: a1f86868dbcc96b80e2319256ec7d1c39d82ba10
File Lines added Lines deleted
tests/fileops/size.c 1 1
File tests/fileops/size.c changed (mode: 100644) (index afd2956ac..207b35bf5)
... ... wait_for_size(const char path[])
74 74 counter = 0; counter = 0;
75 75 while(size == DCACHE_UNKNOWN) while(size == DCACHE_UNKNOWN)
76 76 { {
77 usleep(200);
77 usleep(2000);
78 78 dcache_get_at(path, &size, &nitems); dcache_get_at(path, &size, &nitems);
79 79 if(++counter > 100) if(++counter > 100)
80 80 { {
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