20 lines
412 B
C
20 lines
412 B
C
/*
|
|
* 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.
|
|
*
|
|
*/
|
|
|
|
|
|
#include "menuscreens.h"
|
|
|