about summary refs log tree commit diff stats
path: root/src/ui/ui.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-10-08 00:34:26 +0100
committerJames Booth <boothj5@gmail.com>2014-10-08 00:34:26 +0100
commitef62104d63626b39db6e69bb38d9e088a93ff71c (patch)
treeb5f3dbd80a96dac24ca5c0bb74d9985a60ccc171 /src/ui/ui.h
parentd5b0a11444d44325bcb0c907b86e9681dd5abee7 (diff)
downloadprofani-tty-ef62104d63626b39db6e69bb38d9e088a93ff71c.tar.gz
Added larger occupants pad size
Diffstat (limited to 'src/ui/ui.h')
-rw-r--r--src/ui/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/ui.h b/src/ui/ui.h
index e0193854..0c61c296 100644
--- a/src/ui/ui.h
+++ b/src/ui/ui.h
@@ -52,7 +52,8 @@
 #include "xmpp/xmpp.h"
 
 #define INP_WIN_MAX 1000
-#define OCCUPANT_WIN_SIZE 5
+#define OCCUPANT_WIN_RATIO 5
+#define OCCUPANT_WIN_WIDTH 100
 
 void ui_init_module(void);
 void console_init_module(void);