Added subwin to console

This commit is contained in:
James Booth
2014-11-10 00:06:13 +00:00
parent 46583839df
commit eed8f6c76d
3 changed files with 19 additions and 19 deletions

View File

@@ -52,8 +52,8 @@
#include "xmpp/xmpp.h"
#define INP_WIN_MAX 1000
#define OCCUPANT_WIN_RATIO 5
#define OCCUPANT_WIN_WIDTH 100
#define SUB_WIN_RATIO 5
#define SUB_WIN_WIDTH 100
void ui_init_module(void);
void console_init_module(void);