Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
ncurses
master
NCurses
Cursor
Key
Window
Built with Crystal 1.9.2
2023-10-08 10:06:32 UTC
enum
NCurses::Cursor
Defined in:
ncurses.cr
Enum Members
INVISIBLE
=
0
VISIBLE
=
1
HI_VIZ
=
2
Instance Method Summary
#hi_viz?
#invisible?
#visible?
Instance Method Detail
def
hi_viz?
#
[
View source
]
def
invisible?
#
[
View source
]
def
visible?
#
[
View source
]