aboutsummaryrefslogtreecommitdiff
path: root/tracker/tracker.h
diff options
context:
space:
mode:
authorN.N. <federico__@users.sourceforge.net>2007-09-21 21:42:17 +0000
committerN.N. <federico__@users.sourceforge.net>2007-09-21 21:42:17 +0000
commit3148f9f94577958e208dfcfbdbf38e5bc6bf5145 (patch)
treeec6891b6d4388a5bdfa0ed1f461d66fa6c399c2a /tracker/tracker.h
parent43053b8b1ed8dade310703b08358b1b702897eaf (diff)
new release: added load/save/more options
svn path=/trunk/externals/ffext/; revision=8745
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)