diff options
author | James Booth <boothj5@gmail.com> | 2012-10-14 17:26:35 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2012-10-14 17:26:35 +0100 |
commit | 655430418b354499e95c5f06dc9b05fe67c76028 (patch) | |
tree | fac4da8a60ffed6545a66c8730e91a8ba2d40f32 | |
parent | c4fd08c430f937d66d86f783be387c15e414ebd2 (diff) | |
download | profani-tty-655430418b354499e95c5f06dc9b05fe67c76028.tar.gz |
Chaged padsize to 1000
-rw-r--r-- | src/windows.c | 2 |
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 |