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 286ec63f1b81497bdac0d02e600a406eef9b20b2

Draw quickview on startup only once
Author: xaizek
Author date (UTC): 2012-06-16 20:54
Committer name: xaizek
Committer date (UTC): 2012-06-16 20:54
Parent(s): 17d3b0266ca7cee534692c784494ee9e5b8e964b
Signing key:
Tree: 5312575813b24a663a91dbd7bb77883d79d82aca
File Lines added Lines deleted
ChangeLog 2 0
src/quickview.c 3 0
File ChangeLog changed (mode: 100644) (index 1f34a72d1..5d717a4ea)
38 38 Made file filtering using regular expressions work faster (matters when Made file filtering using regular expressions work faster (matters when
39 39 directory contains several thousands files). directory contains several thousands files).
40 40
41 Draw quickview on startup only once.
42
41 43 Fixed unexpected resetting of dot filter on following mark to root Fixed unexpected resetting of dot filter on following mark to root
42 44 directory. directory.
43 45
File src/quickview.c changed (mode: 100644) (index 72a4e8080..fb8fe6965)
... ... quick_view_file(FileView *view)
63 63 char buf[PATH_MAX]; char buf[PATH_MAX];
64 64 char link[PATH_MAX]; char link[PATH_MAX];
65 65
66 if(curr_stats.load_stage < 2)
67 return;
68
66 69 if(get_mode() == VIEW_MODE) if(get_mode() == VIEW_MODE)
67 70 return; return;
68 71
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