comparison mcabber/src/screen.c @ 307:566818afee1c

Add headers to C files
author Mikael Berthe <mikael@lilotux.net>
date Tue, 12 Jul 2005 17:19:42 +0100
parents 1eea0fa0955e
children f0b7ff2df7e8 1ceb68eb2fc1
comparison
equal deleted inserted replaced
306:b2d11b11675f 307:566818afee1c
1 /*
2 * screen.c -- UI stuff
3 *
4 * Copyright (C) 2005 Mikael Berthe <bmikael@lists.lilotux.net>
5 * Parts of this file come from the Cabber project <cabber@ajmacias.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or (at
10 * your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20 * USA
21 */
22
1 #include <stdio.h> 23 #include <stdio.h>
2 #include <stdlib.h> 24 #include <stdlib.h>
3 #include <string.h> 25 #include <string.h>
4 #include <ncurses.h> 26 #include <ncurses.h>
5 #include <panel.h> 27 #include <panel.h>