mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Initialize @trap_key to suppress warning
https://github.com/ruby/reline/commit/b42c0980d9
This commit is contained in:
parent
bf4f3ef5ad
commit
6cb37d4136
1 changed files with 1 additions and 0 deletions
|
@ -576,6 +576,7 @@ class Reline::LineEditor
|
|||
@proc_scope = proc_scope
|
||||
@width = nil
|
||||
@scroll_top = 0
|
||||
@trap_key = nil
|
||||
end
|
||||
|
||||
def set_cursor_pos(col, row)
|
||||
|
|
Loading…
Reference in a new issue