Skip to content

Commit b993c67

Browse files
committed
Reunite a comment and a bit of code that got separated.
1 parent cba8281 commit b993c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/urwid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ def __init__(self, bottom_w, listbox):
201201

202202
self.bottom_w = bottom_w
203203
self.listbox = listbox
204+
# TODO: this linebox should use the 'main' color.
204205
self.top_w = urwid.LineBox(listbox)
205206

206207
def selectable(self):
@@ -485,7 +486,6 @@ def main(args=None, locals_=None, banner=None):
485486

486487
tooltip = urwid.ListBox(urwid.SimpleListWalker([
487488
urwid.Text(''), urwid.Text(''), urwid.Text('')]))
488-
# TODO: this linebox should use the 'main' color.
489489
overlay = Tooltip(listbox, tooltip)
490490

491491
frame = urwid.Frame(overlay, footer=statusbar.widget)

0 commit comments

Comments
 (0)