aboutsummaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/term.h b/term.h
index a62821b..4813097 100644
--- a/term.h
+++ b/term.h
@@ -26,6 +26,8 @@ struct runes_term {
int row;
int col;
+ int saved_row;
+ int saved_col;
int rows;
int cols;