Skip to content

Commit f5fa30d

Browse files
committed
Added some of abstruct methods for cursor
1 parent 9bc3353 commit f5fa30d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

lib/reline/general_io.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ def self.cursor_pos
5757
Reline::CursorPos.new(1, 1)
5858
end
5959

60+
def self.hide_cursor
61+
end
62+
63+
def self.show_cursor
64+
end
65+
6066
def self.move_cursor_column(val)
6167
end
6268

0 commit comments

Comments
 (0)