2002-04-26 00:00:31 +00:00
|
|
|
/*
|
|
|
|
|
* menuscreens.c
|
|
|
|
|
* This file is part of LCDd, the lcdproc server.
|
|
|
|
|
*
|
|
|
|
|
* This file is released under the GNU General Public License. Refer to the
|
|
|
|
|
* COPYING file distributed with this package.
|
|
|
|
|
*
|
|
|
|
|
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
|
|
|
|
* 2002, Joris Robijn
|
|
|
|
|
*
|
|
|
|
|
*
|
|
|
|
|
* Creates the server menu screen (s).
|
|
|
|
|
* Handles the keypresses for this screen.
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2002-04-29 23:27:24 +00:00
|
|
|
#include "menuscreens.h"
|
|
|
|
|
|