Derived copy and clone for SetCursorStyle. (#748)
This commit is contained in:
parent
fadec7a19c
commit
a993a98291
@ -371,6 +371,7 @@ impl Command for DisableBlinking {
|
|||||||
/// # Note
|
/// # Note
|
||||||
///
|
///
|
||||||
/// - Commands must be executed/queued for execution otherwise they do nothing.
|
/// - Commands must be executed/queued for execution otherwise they do nothing.
|
||||||
|
#[derive(Clone, Copy)]
|
||||||
pub enum SetCursorStyle {
|
pub enum SetCursorStyle {
|
||||||
/// Default cursor shape configured by the user.
|
/// Default cursor shape configured by the user.
|
||||||
DefaultUserShape,
|
DefaultUserShape,
|
||||||
|
Loading…
Reference in New Issue
Block a user