about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-10-14 17:26:35 +0100
committerJames Booth <boothj5@gmail.com>2012-10-14 17:26:35 +0100
commit655430418b354499e95c5f06dc9b05fe67c76028 (patch)
treefac4da8a60ffed6545a66c8730e91a8ba2d40f32
parentc4fd08c430f937d66d86f783be387c15e414ebd2 (diff)
downloadprofani-tty-655430418b354499e95c5f06dc9b05fe67c76028.tar.gz
Chaged padsize to 1000
-rw-r--r--src/windows.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windows.c b/src/windows.c
index 047f918d..141cf93c 100644
--- a/src/windows.c
+++ b/src/windows.c
@@ -45,7 +45,7 @@
 #include "ui.h"
 
 #define CONS_WIN_TITLE "_cons"
-#define PAD_SIZE 200
+#define PAD_SIZE 1000
 #define NUM_WINS 10
 
 // holds console at index 0 and chat wins 1 through to 9