Skip to content

Commit

Permalink
feat(cursor): Derive standard traits for "SetCursorStyle" (crossterm-…
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Aug 9, 2024
1 parent 492b764 commit b056370
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)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
pub enum SetCursorStyle {
/// Default cursor shape configured by the user.
DefaultUserShape,
Expand Down

0 comments on commit b056370

Please sign in to comment.