Fixed history messages to work with wrapping

This commit is contained in:
James Booth
2014-11-09 00:36:25 +00:00
parent bcfbc9f7b3
commit fbda2b4170
3 changed files with 26 additions and 14 deletions

View File

@@ -48,10 +48,11 @@
#include "ui/buffer.h"
#include "xmpp/xmpp.h"
#define NO_ME 1
#define NO_DATE 2
#define NO_EOL 4
#define NO_ME 1
#define NO_DATE 2
#define NO_EOL 4
#define NO_COLOUR_FROM 8
#define NO_COLOUR_DATE 16
#define PAD_SIZE 1000