Method: Rurses::Window#move_cursor

Defined in:
lib/terminal-notes/rurses/window.rb

#move_cursor(x:, y:) ⇒ Object



89
90
91
# File 'lib/terminal-notes/rurses/window.rb', line 89

def move_cursor(x: , y: )
  Rurses.curses.wmove(curses_ref, y, x)
end