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:
parent
b06218ce6f
commit
95a3cdade6
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue