summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/reline/line_editor.rb2
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)