diff options
author | aycabta <[email protected]> | 2019-07-31 02:13:21 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2019-08-06 20:03:23 +0900 |
commit | d626ca1e98d32b67987adb64637a15adf0c977f0 (patch) | |
tree | 84522ba56d0f8b2a06db2a8de11ae0c99ac1f3b0 /lib | |
parent | 81a15d636efafaeebe084dc03dae54264d91b875 (diff) |
Remove obsolete TODO comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/reline/line_editor.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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) |