From cce3749761fc036f196cb50319c591f5d1fa5625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Sat, 20 Jun 2020 16:56:29 -0300 Subject: Fix cursor jumping to bottom of screen on rseek --- jet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jet.cpp') diff --git a/jet.cpp b/jet.cpp index f5a901f..894fc69 100644 --- a/jet.cpp +++ b/jet.cpp @@ -3,7 +3,7 @@ #include #include #include -#define PAGE_SIZE 16 +#define PAGE_SIZE 2 #include "page.cpp" #include "point.cpp" #include "buffer.cpp" -- cgit v1.2.3