We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3139522 commit 8863d07Copy full SHA for 8863d07
1 file changed
bpython/cli.py
@@ -1680,6 +1680,10 @@ def init_wins(scr, cols):
1680
# Thanks to Angus Gibson for pointing out this missing line which was causing
1681
# problems that needed dirty hackery to fix. :)
1682
1683
+# TODO:
1684
+#
1685
+# This should show to be configured keys from bpython.ini
1686
1687
statusbar = Statusbar(scr, main_win,
1688
".:: <C-d> Exit <C-r> Rewind <F2> Save <F8> Pastebin ::.",
1689
(cols["g"]) * cols["y"] + 1)
0 commit comments