diff options
author | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-06-03 22:18:26 -0300 |
---|---|---|
committer | Juan Manuel Tomás <jtomas1815@gmail.com> | 2020-06-03 22:18:26 -0300 |
commit | 74f957ef54a912b9396232fb3b0bb8c8c47bf5f7 (patch) | |
tree | 096a6fb921c28fd2f7453615fe0339d855f439c4 /jet.cpp | |
parent | 7c82e7dffeb734ca4b4261109ac936f41e7e6538 (diff) | |
download | jet-74f957ef54a912b9396232fb3b0bb8c8c47bf5f7.tar.gz jet-74f957ef54a912b9396232fb3b0bb8c8c47bf5f7.zip |
Separate pop into byte and element variants
Diffstat (limited to 'jet.cpp')
-rw-r--r-- | jet.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |