IO.ANSI.cursor
You're seeing just the function
cursor
, go back to IO.ANSI module for more information.
Specs
cursor(non_neg_integer(), non_neg_integer()) :: String.t()
Sends cursor to the absolute position specified by line
and column
.
Line 0
and column 0
would mean the top left corner.