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.
<root> / tests / column_view / test.h (90adca5b929346310f6cef51e82beb0d435704a3) (723B) (mode 100644) [raw]
#ifndef VIFM_TESTS__COLUMN_VIEW__TEST_H__
#define VIFM_TESTS__COLUMN_VIEW__TEST_H__

#include "../../src/ui/column_view.h"

#define COL1_ID 1
#define COL2_ID 2

/* This is version of column_line_print_func with fewer number of parameters.
 * Omitted those which are provide additional information and are not very
 * valuable for tests. */
typedef void (*print_func)(const char buf[], int offset, AlignType align,
		const format_info_t *info);

print_func print_next;
column_line_match_func match_next;

column_func col1_next;
column_func col2_next;

#endif /* VIFM_TESTS__COLUMN_VIEW__TEST_H__ */

/* vim: set tabstop=2 softtabstop=2 shiftwidth=2 noexpandtab cinoptions-=(0 : */
/* vim: set cinoptions+=t0 filetype=c : */
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