update guide mode to require pressing enter to tune to selected channels

This commit is contained in:
markmental 2026-03-29 13:36:47 -04:00
commit b67e4bfc2a
7 changed files with 36 additions and 12 deletions

View file

@ -29,6 +29,7 @@ typedef struct App {
time_t app_start_time;
Uint64 app_start_ticks;
int guide_time_offset_minutes;
int guide_selected_index;
char numeric_input_buffer[4];
int numeric_input_length;
Uint32 numeric_input_timeout;