about summary refs log tree commit diff stats
path: root/src/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-11-23 00:19:29 +0000
committerJames Booth <boothj5@gmail.com>2012-11-23 00:19:29 +0000
commit2a69f8d23f8e3e120604560818d86658ee66f088 (patch)
tree8f2fe0deb491681d25091f8d06b89affcdb8bb88 /src/ui.h
parent45a26b111f8bdfe9fb534368eb29bb8963353d8a (diff)
downloadprofani-tty-2a69f8d23f8e3e120604560818d86658ee66f088.tar.gz
Allocate memory for windows when needed
Diffstat (limited to 'src/ui.h')
-rw-r--r--src/ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui.h b/src/ui.h
index 5aebf546..2723289b 100644
--- a/src/ui.h
+++ b/src/ui.h
@@ -37,6 +37,7 @@
 #include "jabber.h"
 
 #define INP_WIN_MAX 1000
+#define PAD_SIZE 1000
 
 typedef enum {
     WIN_UNUSED,