X Tutup
Skip to content

Commit 146c434

Browse files
committed
Woops, need to add a space to the beginning of the status bar and properly indent the Pager thing
1 parent 46740f0 commit 146c434

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
@@ -2170,7 +2170,7 @@ def init_wins(scr, cols):
21702170
# This should show to be configured keys from ~/.bpython/config
21712171
#
21722172
statusbar = Statusbar(scr, main_win,
2173-
"<%s> Exit <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager" %
2173+
" <%s> Exit <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager" %
21742174
(OPTS.exit_key, OPTS.undo_key, OPTS.save_key, OPTS.pastebin_key,
21752175
OPTS.last_output_key),
21762176
get_colpair('main'))

0 commit comments

Comments
 (0)
X Tutup