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 982d0ceb6399ab2481e09c63a05d435b55041402

Forgot to save buffer before commit.
Author: xaizek
Author date (UTC): 2011-07-20 17:35
Committer name: xaizek
Committer date (UTC): 2011-07-20 17:35
Parent(s): a138aec4b89779943d4100ba9fe22be9e982959b
Signing key:
Tree: a1e0c8a0b02a420ffd9e8d7cba80b419c7bf1bb0
File Lines added Lines deleted
src/main_loop.c 1 1
File src/main_loop.c changed (mode: 100644) (index 2fdd2e27e..08aa53b01)
... ... main_loop(void)
59 59 wtimeout(status_bar, KEYPRESS_TIMEOUT); wtimeout(status_bar, KEYPRESS_TIMEOUT);
60 60
61 61 update_stat_window(curr_view); update_stat_window(curr_view);
62 update_pos_window(view);
62 update_pos_window(curr_view);
63 63
64 64 if(curr_view->selected_files) if(curr_view->selected_files)
65 65 { {
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