kaycxx-term
C++ terminal library
Loading...
Searching...
No Matches
kaycxx
term
cursor_style.hpp
Go to the documentation of this file.
1
// SPDX-FileCopyrightText: 2026 Klaus Reimer <k@ailis.de>
2
// SPDX-License-Identifier: MIT
3
4
#pragma once
5
11
namespace
kaycxx::term {
12
16
enum class
cursor_style
{
18
standard
= 0,
19
21
blinking_block
= 1,
22
24
steady_block
= 2,
25
27
blinking_underline
= 3,
28
30
steady_underline
= 4,
31
33
blinking_bar
= 5,
34
36
steady_bar
= 6
37
};
38
39
}
// namespace kaycxx::term
kaycxx::term::cursor_style
cursor_style
Terminal cursor display style.
Definition
cursor_style.hpp:16
kaycxx::term::cursor_style::steady_bar
@ steady_bar
Steady vertical bar cursor.
kaycxx::term::cursor_style::steady_underline
@ steady_underline
Steady underline cursor.
kaycxx::term::cursor_style::blinking_bar
@ blinking_bar
Blinking vertical bar cursor.
kaycxx::term::cursor_style::blinking_block
@ blinking_block
Blinking block cursor.
kaycxx::term::cursor_style::standard
@ standard
Terminal-defined standard cursor style.
kaycxx::term::cursor_style::steady_block
@ steady_block
Steady block cursor.
kaycxx::term::cursor_style::blinking_underline
@ blinking_underline
Blinking underline cursor.
Generated by
1.9.8