mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Remove unnecessary variable in LineEditor
This commit is contained in:
parent
c00d805672
commit
c48d9139d4
1 changed files with 0 additions and 1 deletions
|
|
@ -407,7 +407,6 @@ class Reline::LineEditor
|
|||
move_cursor_up(@started_from)
|
||||
@started_from = calculate_height_by_width(prompt_width + @cursor) - 1
|
||||
end
|
||||
index = 0
|
||||
is_prompt = true
|
||||
Reline::IOGate.move_cursor_column(0)
|
||||
visual_lines.each do |line|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue