coreboot-libre-fam15h-rdimm/payloads/libpayload/curses/PDCurses/pdcurses
Adrien Bourmault 8f42fd8254 Initial commit 2024-03-04 11:14:53 +01:00
..
README Initial commit 2024-03-04 11:14:53 +01:00
addch.c Initial commit 2024-03-04 11:14:53 +01:00
addchstr.c Initial commit 2024-03-04 11:14:53 +01:00
addstr.c Initial commit 2024-03-04 11:14:53 +01:00
attr.c Initial commit 2024-03-04 11:14:53 +01:00
beep.c Initial commit 2024-03-04 11:14:53 +01:00
bkgd.c Initial commit 2024-03-04 11:14:53 +01:00
border.c Initial commit 2024-03-04 11:14:53 +01:00
clear.c Initial commit 2024-03-04 11:14:53 +01:00
color.c Initial commit 2024-03-04 11:14:53 +01:00
debug.c Initial commit 2024-03-04 11:14:53 +01:00
delch.c Initial commit 2024-03-04 11:14:53 +01:00
deleteln.c Initial commit 2024-03-04 11:14:53 +01:00
deprec.c Initial commit 2024-03-04 11:14:53 +01:00
getch.c Initial commit 2024-03-04 11:14:53 +01:00
getstr.c Initial commit 2024-03-04 11:14:53 +01:00
getyx.c Initial commit 2024-03-04 11:14:53 +01:00
inch.c Initial commit 2024-03-04 11:14:53 +01:00
inchstr.c Initial commit 2024-03-04 11:14:53 +01:00
initscr.c Initial commit 2024-03-04 11:14:53 +01:00
inopts.c Initial commit 2024-03-04 11:14:53 +01:00
insch.c Initial commit 2024-03-04 11:14:53 +01:00
insstr.c Initial commit 2024-03-04 11:14:53 +01:00
instr.c Initial commit 2024-03-04 11:14:53 +01:00
kernel.c Initial commit 2024-03-04 11:14:53 +01:00
keyname.c Initial commit 2024-03-04 11:14:53 +01:00
mouse.c Initial commit 2024-03-04 11:14:53 +01:00
move.c Initial commit 2024-03-04 11:14:53 +01:00
outopts.c Initial commit 2024-03-04 11:14:53 +01:00
overlay.c Initial commit 2024-03-04 11:14:53 +01:00
pad.c Initial commit 2024-03-04 11:14:53 +01:00
panel.c Initial commit 2024-03-04 11:14:53 +01:00
printw.c Initial commit 2024-03-04 11:14:53 +01:00
refresh.c Initial commit 2024-03-04 11:14:53 +01:00
scanw.c Initial commit 2024-03-04 11:14:53 +01:00
scr_dump.c Initial commit 2024-03-04 11:14:53 +01:00
scroll.c Initial commit 2024-03-04 11:14:53 +01:00
slk.c Initial commit 2024-03-04 11:14:53 +01:00
termattr.c Initial commit 2024-03-04 11:14:53 +01:00
terminfo.c Initial commit 2024-03-04 11:14:53 +01:00
touch.c Initial commit 2024-03-04 11:14:53 +01:00
util.c Initial commit 2024-03-04 11:14:53 +01:00
window.c Initial commit 2024-03-04 11:14:53 +01:00

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>