summaryrefslogtreecommitdiff
path: root/jet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'jet.cpp')
-rw-r--r--jet.cpp1
1 files changed, 1 insertions, 0 deletions
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);
}