1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00

Remove HollowBlock/Hidden config cursor styles

Fixes #3367.
This commit is contained in:
Rémi Garde 2020-03-02 21:41:26 +01:00 committed by GitHub
parent f83d55f0f0
commit f7561850b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -349,9 +349,11 @@ pub enum CursorStyle {
Beam,
/// Cursor is a box like `☐`
#[serde(skip)]
HollowBlock,
/// Invisible cursor
#[serde(skip)]
Hidden,
}