Remove obsolete TODO comment

This commit is contained in:
aycabta 2019-07-31 02:13:21 +09:00
parent 81a15d636e
commit d626ca1e98

View File

@ -241,7 +241,7 @@ class Reline::LineEditor
@byte_pointer = new_byte_pointer
end
def rerender # TODO: support physical and logical lines
def rerender
return if @line.nil?
if @menu_info
scroll_down(@highest_in_all - @first_line_started_from)