hide_cursor {cursr}R Documentation

Hide Cursor

Description

Make the cursor invisible. The cursor can be revealed with show_cursor

Usage

hide_cursor()

Value

NULL

Examples

hide_cursor()
cat("\n\nHello World!")
show_cursor()


[Package cursr version 0.1.0 Index]