We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fd433 commit 685eb2bCopy full SHA for 685eb2b
1 file changed
bpython/cli.py
@@ -1480,10 +1480,6 @@ def init_wins(scr, colors, config):
1480
# Thanks to Angus Gibson for pointing out this missing line which was causing
1481
# problems that needed dirty hackery to fix. :)
1482
1483
-# TODO:
1484
-#
1485
-# This should show to be configured keys from ~/.bpython/config
1486
1487
statusbar = Statusbar(scr, main_win, background, config,
1488
" <%s> Rewind <%s> Save <%s> Pastebin <%s> Pager <%s> Show Source " %
1489
(config.undo_key, config.save_key,
0 commit comments