Skip to content

Commit

Permalink
Derived copy and clone for SetCursorStyle. (crossterm-rs#748)
Browse files Browse the repository at this point in the history
  • Loading branch information
AhoyISki authored Jan 21, 2023
1 parent fadec7a commit a993a98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cursor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ impl Command for DisableBlinking {
/// # Note
///
/// - Commands must be executed/queued for execution otherwise they do nothing.
#[derive(Clone, Copy)]
pub enum SetCursorStyle {
/// Default cursor shape configured by the user.
DefaultUserShape,
Expand Down

0 comments on commit a993a98

Please sign in to comment.