coreboot-kgpe-d16/payloads/libpayload/curses/PDCurses-3.4/pdcurses
Stefan Reinauer a6c495edca libpayload: Fix const warnings in keyname() and termname()
The keyname() and termname() functions were creating a whole lot of warnings of
the style

curses/PDCurses-3.4/pdcurses/keyname.c:41:9: warning: initialization discards 'const' qualifier from pointer target type [enabled by default]

This patch fixes them.

Change-Id: Iae3c4e5201b48c2d2033cac48577e0462a34f309
Signed-off-by: Stefan Reinauer <reinauer@google.com>
Reviewed-on: http://review.coreboot.org/2905
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
2013-03-26 19:13:46 +01:00
..
README libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
addch.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
addchstr.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
addstr.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
attr.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
beep.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
bkgd.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
border.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
clear.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
color.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
debug.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
delch.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
deleteln.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
deprec.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
getch.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
getstr.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
getyx.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
inch.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
inchstr.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
initscr.c libpayload: Fix missing prototype warning for Xinitscr() 2013-03-26 19:08:30 +01:00
inopts.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
insch.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
insstr.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
instr.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
kernel.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
keyname.c libpayload: Fix const warnings in keyname() and termname() 2013-03-26 19:13:46 +01:00
mouse.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
move.c libpayload: Add PDCurses and ncurses' libform/libmenu 2011-08-04 08:10:41 +02:00
outopts.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
overlay.c libpayload: Fix variable shadowing in PDCurses 2013-03-26 19:13:29 +01:00
pad.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
panel.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
printw.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
refresh.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
scanw.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
scr_dump.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
scroll.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
slk.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
termattr.c libpayload: Fix const warnings in keyname() and termname() 2013-03-26 19:13:46 +01:00
terminfo.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
touch.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
util.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +01:00
window.c libpayload: remove trailing whitespace and run dos2unix 2011-11-01 19:08:23 +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>