1
0
Fork 0
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:
Hiroshi SHIBATA 2022-09-02 14:25:51 +09:00 committed by git
parent f069bc79f2
commit 7ff50ee35c

View file

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