class Reline::LineEditor

def move_cursor_down(val)

Experimental RBS support (using type sampling data from the type_fusion project).

def move_cursor_down: (Integer val) -> nil

This signature was generated using 1 sample from 1 application.

def move_cursor_down(val)
 > 0
ne::IOGate.move_cursor_down(val)
t_height -= val
t_height = 0 if @rest_height < 0
val < 0
_cursor_up(-val)