mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Added some of abstruct methods for cursor
https://github.com/ruby/reline/commit/f5fa30d595
This commit is contained in:
parent
f069bc79f2
commit
7ff50ee35c
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@ class Reline::GeneralIO
|
|||
Reline::CursorPos.new(1, 1)
|
||||
end
|
||||
|
||||
def self.hide_cursor
|
||||
end
|
||||
|
||||
def self.show_cursor
|
||||
end
|
||||
|
||||
def self.move_cursor_column(val)
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue