tui.h (141B)
#pragma once
#include "readr.h"
#include "termbox2.h"
int present(app_t*);
void render(app_t*);
void handle_key(app_t*, struct tb_event);
readrMinimal Terminal RSS Reader | |
| Log | Files | Refs | README | LICENSE |
tui.h (141B)
#pragma once
#include "readr.h"
#include "termbox2.h"
int present(app_t*);
void render(app_t*);
void handle_key(app_t*, struct tb_event);