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 19b6301e7b1cb27b5c46898ca758790c6731be84

Reset explore mode flag on pruning abandoned view
Otherwise it can be used after appropriate view_info structure has been
cleared.
Author: xaizek
Author date (UTC): 2013-10-29 19:03
Committer name: xaizek
Committer date (UTC): 2013-10-29 19:03
Parent(s): 7f5fb50482df2e5719ca9385c8cc1cc9f0ec60d9
Signing key:
Tree: abcda6abd06a117637f82ed75c0afbbf99c8fa63
File Lines added Lines deleted
src/modes/view.c 1 0
File src/modes/view.c changed (mode: 100644) (index 1a61eecec..d9e9a893d)
... ... enter_view_mode(int explore)
287 287 { {
288 288 if(explore) if(explore)
289 289 { {
290 vi->view->explore_mode = 0;
290 291 reset_view_info(vi); reset_view_info(vi);
291 292 } }
292 293 else else
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