xaizek / vifm-pdcurses (License: mostly public domain) (since 2019-03-20)
PDCurses 3.4 with vifm-specific patches applied (a couple were upstreamed)
File Mode Size
common/ 040000
demos/ 040000
docs/ 040000
dos/ 040000
man/ 040000
os2/ 040000
pdcurses/ 040000
sdl1/ 040000
sdl2/ 040000
wincon/ 040000
x11/ 040000
README.md 100644 1,549B
curses.h 100644 51KiB
curspriv.h 100644 3,568B
panel.h 100644 1,406B

/README.md

Welcome to PDCurses!

PDCurses is an implementation of X/Open curses for multiple platforms. The latest version can be found at:

https://pdcurses.org/

For changes, see the History file. The main documentation is now in the man directory.

The core package is in the public domain, but small portions of PDCurses are subject to copyright under various licenses. Each directory contains a README.md file, with a section titled "Distribution Status" which describes the status of the files in that directory.

If you use PDCurses in an application, an acknowledgement would be appreciated, but is not mandatory. If you make corrections or enhancements to PDCurses, please forward them to the current maintainer for the benefit of other users.

This software is provided AS IS with NO WARRANTY whatsoever.

Ports

PDCurses has been ported to DOS, OS/2, Windows, X11 and SDL. A directory containing the port-specific source files exists for each of these platforms.

Build instructions are in the README.md file for each platform:

Distribution Status

All files in this directory (not including subdirectories) are released to the public domain.

Maintainer

William McBrine wmcbrine@gmail.com

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