Skip to content

Commit 537f5cb

Browse files
committed
Statusbar should show configured EXIT and UNDO keys. Now it does.
1 parent a3592b1 commit 537f5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2005,7 +2005,7 @@ def init_wins(scr, cols):
20052005
# This should show to be configured keys from ~/.bpython/config
20062006
#
20072007
statusbar = Statusbar(scr, main_win,
2008-
".:: <C-d> Exit <C-r> Rewind <%s> Save <%s> Pastebin ::." % (OPTS.save_key, OPTS.pastebin_key),
2008+
".:: <%s> Exit <%s> Rewind <%s> Save <%s> Pastebin ::." % (OPTS.exit_key, OPTS.undo_key, OPTS.save_key, OPTS.pastebin_key),
20092009
get_colpair('main'))
20102010

20112011
return main_win, statusbar

0 commit comments

Comments
 (0)