class Reline::LineEditor

def move_cursor_down(val)

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)