From 0b7765d8689e49495ab8726fff726fff676039cc Mon Sep 17 00:00:00 2001 From: nebula Date: Mon, 21 Apr 2025 05:02:37 +0000 Subject: [PATCH] mention refresh in bottom bar --- bink.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bink.py b/bink.py index 8806d36..430e503 100755 --- a/bink.py +++ b/bink.py @@ -72,7 +72,7 @@ if len(argv) > 1: import urwid -footer = "[c]reate new post [q]uit | scrolling: arrows, space, page up/page down, ctrl-d/ctrl-u, j/k" +footer = "[c]reate new post [r]efresh [q]uit | scrolling: arrows, space, page up/page down, ctrl-d/ctrl-u, j/k" attrmap = [ ("bold", "default,bold", "default"),