summaryrefslogtreecommitdiff
path: root/lib/reline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-06-03 19:10:49 +0900
committeraycabta <aycabta@gmail.com>2021-06-21 17:58:49 +0900
commit95a3cdade6c1b81c550d044c1be7b2dcdef0c002 (patch)
tree1d43ba21abd7c720e203bf73d8c57aefdf89f22b /lib/reline
parentb06218ce6ffdaf73d3668e760a34118021b978b5 (diff)
[ruby/reline] Remove FIXME comment in #render
https://github.com/ruby/reline/commit/acd8f8efbb
Diffstat (limited to 'lib/reline')
-rw-r--r--lib/reline/line_editor.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/reline/line_editor.rb b/lib/reline/line_editor.rb
index f2f53979a7..8b52a428e4 100644
--- a/lib/reline/line_editor.rb
+++ b/lib/reline/line_editor.rb
@@ -409,7 +409,6 @@ class Reline::LineEditor
return
end
new_highest_in_this = calculate_height_by_width(prompt_width + calculate_width(@line.nil? ? '' : @line))
- # FIXME: end of logical line sometimes breaks
rendered = false
if @add_newline_to_end_of_buffer
rerender_added_newline(prompt, prompt_width)