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

and this
Author: William McBrine
Author date (UTC): 2019-02-01 13:46
Committer name: William McBrine
Committer date (UTC): 2019-02-01 13:46
Parent(s): b9ef1a3795dc70ec490aee5c7601d3d414e5eb25
Signing key:
Tree: 44d04e006582b030f434e1c843cf2ff93103b160
File Lines added Lines deleted
os2/Makefile 3 3
File os2/Makefile changed (mode: 100755) (index bbf653ed..8b4f86f2)
... ... PDCURSES_OS2_H = $(osdir)/pdcos2.h
21 21
22 22 CC = gcc CC = gcc
23 23
24 CFLAGS = -I$(PDCURSES_SRCDIR) -Ic:/emx/include -Wall
24 CFLAGS = -c -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
 
... ... $(DEMOS) : $(LIBCURSES)
70 70 panel.o ptest.o: $(PANEL_HEADER) panel.o ptest.o: $(PANEL_HEADER)
71 71
72 72 $(LIBOBJS) : %.o: $(srcdir)/%.c $(LIBOBJS) : %.o: $(srcdir)/%.c
73 $(CC) -c $(CFLAGS) -o$@ $<
73 $(CC) $(CFLAGS) -o$@ $<
74 74
75 75 $(PDCOBJS) : %.o: $(osdir)/%.c $(PDCOBJS) : %.o: $(osdir)/%.c
76 $(CC) -c $(CFLAGS) -o$@ $<
76 $(CC) $(CFLAGS) -o$@ $<
77 77
78 78 firework.exe ozdemo.exe rain.exe testcurs.exe worm.exe xmas.exe \ firework.exe ozdemo.exe rain.exe testcurs.exe worm.exe xmas.exe \
79 79 ptest.exe: %.exe: %.o ptest.exe: %.exe: %.o
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