Initial code refactor for growable window list

This commit is contained in:
James Booth
2013-08-20 23:08:21 +01:00
parent ef511438b6
commit 601a88037a
7 changed files with 841 additions and 548 deletions

View File

@@ -23,6 +23,14 @@
#ifndef WINDOW_H
#define WINDOW_H
#include "config.h"
#ifdef HAVE_NCURSESW_NCURSES_H
#include <ncursesw/ncurses.h>
#elif HAVE_NCURSES_H
#include <ncurses.h>
#endif
#include "contact.h"
#define PAD_SIZE 1000