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
1 changed files with 2 additions and 0 deletions

View File

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