readr

Minimal Terminal RSS Reader
Log | Files | Refs | README | LICENSE

commit 88527d022bf353f1aac2542206de945fa5f60a5b
parent b7294c573a4659c34811d4e2489b8557e43e85c8
Author: citbl <citbl@citbl.org>
Date:   Thu, 16 Jul 2026 22:55:42 +1000

minor bug potential

Diffstat:
Msrc/tui.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tui.c b/src/tui.c @@ -10,13 +10,13 @@ present(app_t* app) int can_poll = -1; int cannot_init = tb_init(); - tb_hide_cursor(); - if (cannot_init) { fprintf(stderr, "could not TUI\n"); return 1; } + tb_hide_cursor(); + render(app); while (1) {