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 d28a486c24dce4d69fd39afeca6ac52825667bce

Fix cursor update in inactive view
Say, after ga/gA finished.
Author: xaizek
Author date (UTC): 2014-10-25 10:43
Committer name: xaizek
Committer date (UTC): 2014-10-25 10:43
Parent(s): b22bbc7d7c477c6d168c6520229dd854a05b6084
Signing key:
Tree: 64f3bf50f95605ab9633fa8f7c09618280876a5d
File Lines added Lines deleted
ChangeLog 2 0
src/ui.c 1 0
File ChangeLog changed (mode: 100644) (index 23a5287a8..38d111c28)
38 38
39 39 Fixed ignoring just installed sample vifmrc on first run. Fixed ignoring just installed sample vifmrc on first run.
40 40
41 Fixed cursor update in inactive view (say, after ga/gA finished).
42
41 43 0.7.7 to 0.7.8-beta 0.7.7 to 0.7.8-beta
42 44
43 45 Removed ltmain.sh script, which is part of libtool, which is not used Removed ltmain.sh script, which is part of libtool, which is not used
File src/ui.c changed (mode: 100644) (index 96523a5b2..f0591ca4b)
... ... wprinta(WINDOW *win, const char str[], int line_attrs)
1596 1596 wattron(win, line_attrs); wattron(win, line_attrs);
1597 1597 wprint(win, str); wprint(win, str);
1598 1598 wattroff(win, line_attrs); wattroff(win, line_attrs);
1599 wnoutrefresh(win);
1599 1600 } }
1600 1601
1601 1602 void void
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