From 74f957ef54a912b9396232fb3b0bb8c8c47bf5f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Manuel=20Tom=C3=A1s?= Date: Wed, 3 Jun 2020 22:18:26 -0300 Subject: Separate pop into byte and element variants --- jet.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'jet.cpp') diff --git a/jet.cpp b/jet.cpp index ff1da36..f5a901f 100644 --- a/jet.cpp +++ b/jet.cpp @@ -50,6 +50,7 @@ int main(int argc, char *argv[]) { printw("%lc", window_end.element()); window_end++; } + printw("%d", buffer.cursor.index); if (x > -1 && y > -1) { move(y, x); } -- cgit v1.2.3