Skip to content

Commit 6628721

Browse files
committed
Nice double space in statusbar, like the others
1 parent 68ed4f5 commit 6628721

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
@@ -1394,7 +1394,7 @@ def init_wins(scr, colors, config):
13941394
# This should show to be configured keys from ~/.bpython/config
13951395
#
13961396
statusbar = Statusbar(scr, main_win, background, config,
1397-
" <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source " %
1397+
" <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source " %
13981398
(config.undo_key, config.save_key,
13991399
config.pastebin_key, config.last_output_key,
14001400
config.show_source_key),

0 commit comments

Comments
 (0)