From d626ca1e98d32b67987adb64637a15adf0c977f0 Mon Sep 17 00:00:00 2001 From: aycabta Date: Wed, 31 Jul 2019 02:13:21 +0900 Subject: Remove obsolete TODO comment --- lib/reline/line_editor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb index 0de4234225..6f4b118da3 100644 --- a/lib/reline/line_editor.rb +++ b/lib/reline/line_editor.rb @@ -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) -- cgit v1.2.3