Platon Technologies
not logged in Login Registration
EnglishSlovak
open source software development celebrating 10 years of open source development! Friday, April 19, 2024

File: [Platon] / ep / src / menu.h (download)

Revision 1.9, Fri Nov 28 17:35:11 2003 UTC (20 years, 4 months ago) by nepto


Changes since 1.8: +3 -3 lines

Changed URL from www.platon.sk to platon.sk.

/*
 * ep - extended pipelining
 *
 * menu.h - ncurses menu core header file
 * ____________________________________________________________
 *
 * Developed by Ondrej Jombik <nepto@platon.sk>
 *          and Lubomir Host <rajo@platon.sk>
 * Copyright (c) 2000-2003 Platon SDG, http://platon.sk/
 * All rights reserved.
 *
 * See README file for more information about this software.
 * See COPYING file for license information.
 *
 * Download the latest version from
 * http://platon.sk/projects/ep/
 */

/* $Platon: ep/src/menu.h,v 1.8 2003/05/03 09:58:19 nepto Exp $ */

#ifndef _MENU_H
#define _MENU_H

#define MAXOPT 23
#define M_BOX 7
#define M_EXTRA (M_BOX - 1)
#define POPUP_MENU 0
#define STANDARD_MENU 1

extern int menu_main(PROCTABLE *p_ptbl); // make main menu
extern void menu_curses_init(void); // initialize menu & ncurses

#endif /* #ifndef _MENU_H */


Platon Group <platon@platon.org> http://platon.org/
Copyright © 2002-2006 Platon Group
Site powered by Metafox CMS
Go to Top