Skip to content

Commit d664538

Browse files
committed
Merge.
2 parents a6411d2 + d663900 commit d664538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bpython/cli.py

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

20142015
return main_win, statusbar

0 commit comments

Comments
 (0)