small stuff

This commit is contained in:
nebula 2025-04-21 08:00:31 +00:00
parent 24f3289224
commit f3d712fb5c

View File

@ -77,7 +77,7 @@ if len(sys.argv) > 1:
import urwid
footer = "[c]reate new post [r]efresh [q]uit | scrolling: arrows, space, page up/page down, ctrl-d/ctrl-u, j/k"
footer = "[c]reate [r]efresh [q]uit | scrolling: arrows, space, page up/page down, ctrl-d/ctrl-u, j/k"
attrmap = [
("bold", "default,bold", "default"),
@ -165,4 +165,5 @@ app = App()
try:
app.loop.run()
except KeyboardInterrupt:
app.loop.stop()
app.exit()