col: buffer 128 lines by default

This commit is contained in:
Hiltjo Posthuma
2015-03-30 21:48:26 +02:00
parent 398598dbbe
commit 24c6df3d73
2 changed files with 3 additions and 3 deletions

2
col.c
View File

@@ -8,7 +8,7 @@
#include "utf.h"
#include "util.h"
#define NLINES 256
#define NLINES 128
#define NCOLS 800
static Rune **buf;