mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-11 13:51:01 -05:00
parent
f83d55f0f0
commit
f7561850b4
1 changed files with 2 additions and 0 deletions
|
@ -349,9 +349,11 @@ pub enum CursorStyle {
|
|||
Beam,
|
||||
|
||||
/// Cursor is a box like `☐`
|
||||
#[serde(skip)]
|
||||
HollowBlock,
|
||||
|
||||
/// Invisible cursor
|
||||
#[serde(skip)]
|
||||
Hidden,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue