Function pancurses::curs_set

source ·
pub fn curs_set(visibility: i32) -> i32
Expand description

Alters the appearance of the cursor.

A visibility of 0 makes it disappear; 1 makes it appear “normal” (usually an underline) and 2 makes it “highly visible” (usually a block).