Use constants for flags

This commit is contained in:
James Booth
2014-07-16 22:12:20 +01:00
parent 2cbe7e4ccb
commit ddb6eee18d
2 changed files with 7 additions and 5 deletions

View File

@@ -35,8 +35,10 @@
#include "ui/buffer.h"
#define NO_ME 1
#define NO_EOL 4
#define NO_DATE 2
#define NO_EOL 4
#define NO_COLOUR_FROM 8
#define NO_EOL_DATE 6
#define PAD_SIZE 1000