kaycxx-term
C++ terminal library
Loading...
Searching...
No Matches
Enumerations
cursor_style.hpp File Reference

Defines terminal cursor style values. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  kaycxx::term::cursor_style {
  standard = 0 , blinking_block = 1 , steady_block = 2 , blinking_underline = 3 ,
  steady_underline = 4 , blinking_bar = 5 , steady_bar = 6
}
 Terminal cursor display style. More...
 

Detailed Description

Defines terminal cursor style values.

Enumeration Type Documentation

◆ cursor_style

enum class kaycxx::term::cursor_style
strong

Terminal cursor display style.

Enumerator
standard 

Terminal-defined standard cursor style.

blinking_block 

Blinking block cursor.

steady_block 

Steady block cursor.

blinking_underline 

Blinking underline cursor.

steady_underline 

Steady underline cursor.

blinking_bar 

Blinking vertical bar cursor.

steady_bar 

Steady vertical bar cursor.