X Tutup
Skip to content

Commit 8863d07

Browse files
committed
Added todo item in source for the .ini
1 parent 3139522 commit 8863d07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bpython/cli.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,10 @@ def init_wins(scr, cols):
16801680
# Thanks to Angus Gibson for pointing out this missing line which was causing
16811681
# problems that needed dirty hackery to fix. :)
16821682

1683+
# TODO:
1684+
#
1685+
# This should show to be configured keys from bpython.ini
1686+
#
16831687
statusbar = Statusbar(scr, main_win,
16841688
".:: <C-d> Exit <C-r> Rewind <F2> Save <F8> Pastebin ::.",
16851689
(cols["g"]) * cols["y"] + 1)

0 commit comments

Comments
 (0)
X Tutup