save_cursor: Save Cursor Position

Description Usage Value Examples

View source: R/1-BasicTerminal.R

Description

Save the position of the cursor so that the position can be restored for later with load_cursor.

Usage

1

Value

NULL

Examples

1
2
3
save_cursor()
cat("\n\nHello World!")
load_cursor()

cursr documentation built on Jan. 13, 2021, 7:35 a.m.