1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Remove FIXME comment in #render

https://github.com/ruby/reline/commit/acd8f8efbb
This commit is contained in:
aycabta 2021-06-03 19:10:49 +09:00
parent b06218ce6f
commit 95a3cdade6

View file

@ -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)