summaryrefslogtreecommitdiff
path: root/jet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jet.cpp')
-rw-r--r--jet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jet.cpp b/jet.cpp
index f5a901f..894fc69 100644
--- a/jet.cpp
+++ b/jet.cpp
@@ -3,7 +3,7 @@
#include <assert.h>
#include <locale.h>
#include <curses.h>
-#define PAGE_SIZE 16
+#define PAGE_SIZE 2
#include "page.cpp"
#include "point.cpp"
#include "buffer.cpp"