xaizek / vifm-pdcurses (License: mostly public domain) (since 2019-03-20)
PDCurses 3.4 with vifm-specific patches applied (a couple were upstreamed)
<root> / pdcurses /
File Mode Size
README 100644 468B
addch.c 100644 12KiB
addchstr.c 100644 6,678B
addstr.c 100644 6,356B
attr.c 100644 9,225B
beep.c 100644 1,452B
bkgd.c 100644 5,561B
border.c 100644 12KiB
clear.c 100644 3,587B
color.c 100644 8,645B
debug.c 100644 1,935B
delch.c 100644 2,217B
deleteln.c 100644 4,866B
deprec.c 100644 574B
getch.c 100644 11KiB
getstr.c 100644 11KiB
getyx.c 100644 4,357B
inch.c 100644 3,163B
inchstr.c 100644 5,647B
initscr.c 100644 9,850B
inopts.c 100644 8,208B
insch.c 100644 6,920B
insstr.c 100644 6,822B
instr.c 100644 6,318B
kernel.c 100644 6,610B
keyname.c 100644 5,742B
mouse.c 100644 14KiB
move.c 100644 1,486B
outopts.c 100644 4,269B
overlay.c 100644 7,454B
pad.c 100644 7,795B
panel.c 100644 15KiB
printw.c 100644 3,105B
refresh.c 100644 7,810B
scanw.c 100644 16KiB
scr_dump.c 100644 5,519B
scroll.c 100644 2,333B
slk.c 100644 14KiB
termattr.c 100644 4,426B
terminfo.c 100644 4,767B
touch.c 100644 4,276B
util.c 100644 7,734B
wcwidth.c 100644 9,401B
window.c 100644 16KiB

/README
PDCurses Portable Core
======================

This directory contains core PDCurses source code files common to all 
platforms.


Building
--------

These modules are built by the platform-specific makefiles, in the 
platform directories.


Distribution Status
-------------------

The files in this directory are released to the Public Domain.


Acknowledgements
----------------

The panel library was originally provided by
Warren Tucker <wht@n4hgf.mt-park.ga.us>
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