xaizek / vifm-pdcurses (License: mostly public domain) (since 2019-03-20)
PDCurses 3.4 with vifm-specific patches applied (a couple were upstreamed)
Commit b9ef1a3795dc70ec490aee5c7601d3d414e5eb25

INCLUDE_PATH isn't working in EMX for some reason.
Author: William McBrine
Author date (UTC): 2019-02-01 08:15
Committer name: William McBrine
Committer date (UTC): 2019-02-01 08:15
Parent(s): 4a1567234115dae9d79465da861293e1c180cbb4
Signing key:
Tree: 5eade00903ba8e2152c856a06f15ed1f81a1ff9f
File Lines added Lines deleted
os2/Makefile 1 1
File os2/Makefile changed (mode: 100755 -> 100644) (index 76e47bfc..bbf653ed)
... ... PDCURSES_OS2_H = $(osdir)/pdcos2.h
21 21
22 22 CC = gcc CC = gcc
23 23
24 CFLAGS = -I$(PDCURSES_SRCDIR) -c -Wall
24 CFLAGS = -I$(PDCURSES_SRCDIR) -Ic:/emx/include -Wall
25 25
26 26 ifeq ($(DEBUG),Y) ifeq ($(DEBUG),Y)
27 27 CFLAGS += -g -DPDCDEBUG CFLAGS += -g -DPDCDEBUG
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-pdcurses

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm-pdcurses

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