aboutsummaryrefslogtreecommitdiff
path: root/tracker/tracker.h
diff options
context:
space:
mode:
Diffstat (limited to 'tracker/tracker.h')
-rw-r--r--tracker/tracker.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker/tracker.h b/tracker/tracker.h
index 7df761c..36f9ba6 100644
--- a/tracker/tracker.h
+++ b/tracker/tracker.h
@@ -27,6 +27,8 @@ typedef struct _tracker
t_int x_active_column; // selected item col
t_int x_ndigits; // cell width (+1 of margin added automatically)
t_int x_cursor_pos; // visual cursor position (row indicator)
+ t_int b_cursor; // track cursor?
+ t_int b_save_data; // save data?
char x_buf[MAX_BUF+1]; // edit buffer
t_int x_cell_width; // cell width in pixels (auto computed)
t_int x_cell_height; // cell height in pixels (auto computed)