[coreboot] Patch merged into master: 8cbd0c7 libpayload: Add PDCurses and ncurses' libform/libmenu

gerrit at coreboot.org gerrit at coreboot.org
Thu Aug 4 08:10:43 CEST 2011


the following patch was just integrated into master:
commit 8cbd0c7e9f1e1f22a4866027d797714f09ffbc96
Author: Patrick Georgi <patrick.georgi at secunet.com>
Date:   Thu Jul 7 15:41:53 2011 +0200

    libpayload: Add PDCurses and ncurses' libform/libmenu
    
    PDCurses provides an alternative implementation of the curses library
    standard in addition to tinycurses.
    Where tinycurses is really tiny, PDCurses is more complete and provides
    virtually unlimited windows and the full API.
    The PDCurses code is brought in "vanilla", with all local changes
    residing in curses/pdcurses-backend/
    
    In addition to a curses library, this change also provides libpanel (as
    part of the PDCurses code), and libform and libmenu which were derived
    from ncurses-5.9.
    As they rely on ncurses internals (and PDCurses is not ncurses), more
    changes were required for these libraries to work.
    
    The build system is extended to install the right set of header files
    depending on the selected curses implementation.
    
    Change-Id: I9e5b920f94b6510da01da2f656196a993170d1c5
    Signed-off-by: Patrick Georgi <patrick.georgi at secunet.com>

See http://review.coreboot.org/106 for details.

-gerrit




More information about the coreboot mailing list