[][src]Function matrixise::curs_set

pub fn curs_set(visibility: i32) -> i32

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).