Skip to content

Commit b056370

Browse files
authored
feat(cursor): Derive standard traits for "SetCursorStyle" (#909)
1 parent 492b764 commit b056370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cursor.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ impl Command for DisableBlinking {
370370
/// # Note
371371
///
372372
/// - Commands must be executed/queued for execution otherwise they do nothing.
373-
#[derive(Clone, Copy)]
373+
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
374374
pub enum SetCursorStyle {
375375
/// Default cursor shape configured by the user.
376376
DefaultUserShape,

0 commit comments

Comments
 (0)