Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Aug 7, 2024
1 parent a9c2053 commit fb8ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ impl Command for DisableBlinking {
/// # Note
///
/// - Commands must be executed/queued for execution otherwise they do nothing.
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
pub enum SetCursorStyle {
/// Default cursor shape configured by the user.
DefaultUserShape,
Expand Down

0 comments on commit fb8ab3a

Please sign in to comment.