summaryrefslogtreecommitdiff
path: root/ted.h
diff options
context:
space:
mode:
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];