summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
authorLeo Tenenbaum <pommicket@gmail.com>2021-01-28 16:22:49 -0500
committerLeo Tenenbaum <pommicket@gmail.com>2021-01-28 16:22:49 -0500
commit238f3ecc526600d5c18fead7820469719027b07c (patch)
treed84cd6606be4a81e32f8f0634aeb924b0457e5f8 /ted.h
parent5b90057859cd38b284573460460ab27bd108aa0e (diff)
got file selector to behave better
Diffstat (limited to 'ted.h')
-rw-r--r--ted.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ted.h b/ted.h
index 515a195..33e3116 100644
--- a/ted.h
+++ b/ted.h
@@ -91,7 +91,7 @@ typedef struct {
typedef struct {
Rect bounds;
u32 n_entries;
- u32 selected; // which FileEntry is currently selected
+ u32 selected;
float scroll;
FileEntry *entries;
char cwd[TED_PATH_MAX];