procedure
( cursor-up[n])→string?
procedure
( cursor-down[n])→string?
procedure
( cursor-forward[n])→string?
procedure
( cursor-back[n])→string?
procedure
( cursor-previous-line[n])→string?
procedure
( cursor-set-column[n])→string?
procedure
( cursor-move[nm])→string?
procedure
( cursor-move-home)→string?
procedure
( erase-in-display[part])→string?
part :(or/c'cursor-to-end'beginning-to-cursor'entire-screen'entire-screen-and-scrollback)= 'cursor-to-end
procedure
( erase-in-line[part])→string?
part :(or/c'cursor-to-end'beginning-to-cursor'entire-line)= 'cursor-to-end
procedure
( scroll-up[n])→string?
procedure
( scroll-down[n])→string?