Initial add of numeric channel switching

This commit is contained in:
markmental 2026-03-28 17:35:13 -04:00
commit 1034e31a44
6 changed files with 172 additions and 16 deletions

View file

@ -29,6 +29,10 @@ typedef struct App {
time_t app_start_time;
Uint64 app_start_ticks;
int guide_time_offset_minutes;
char numeric_input_buffer[4];
int numeric_input_length;
Uint32 numeric_input_timeout;
int numeric_input_invalid;
ChannelList channels;
Player player;
UiFonts fonts;