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 0299fab938b48b2030f18c5aed1b5d0da416ee0e

Make tests/misc/viewport_movement more independent
Author: xaizek
Author date (UTC): 2018-10-27 16:13
Committer name: xaizek
Committer date (UTC): 2018-10-27 16:13
Parent(s): 610320645ea500b4e9b23667f765375bdfc25a71
Signing key: 99DC5E4DB05F6BE2
Tree: 9ebf54fb6c62c8cf2c73702ca07283bbe14c8429
File Lines added Lines deleted
tests/misc/viewport_movement.c 4 0
File tests/misc/viewport_movement.c changed (mode: 100644) (index c48ad5e2b..fae355325)
1 1 #include <stic.h> #include <stic.h>
2 2
3 #include "../../src/cfg/config.h"
3 4 #include "../../src/engine/keys.h" #include "../../src/engine/keys.h"
4 5 #include "../../src/modes/modes.h" #include "../../src/modes/modes.h"
5 6 #include "../../src/modes/visual.h" #include "../../src/modes/visual.h"
6 7 #include "../../src/modes/wk.h" #include "../../src/modes/wk.h"
7 8 #include "../../src/ui/ui.h" #include "../../src/ui/ui.h"
9 #include "../../src/status.h"
8 10
9 11 #include "utils.h" #include "utils.h"
10 12
 
... ... SETUP()
22 24 other_view = &rwin; other_view = &rwin;
23 25
24 26 columns_setup_column(SK_BY_NAME); columns_setup_column(SK_BY_NAME);
27
28 assert_success(stats_init(&cfg));
25 29 } }
26 30
27 31 TEARDOWN() TEARDOWN()
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