small stuff
This commit is contained in:
parent
24f3289224
commit
f3d712fb5c
3
bink.py
3
bink.py
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user