aboutsummaryrefslogtreecommitdiffstats
path: root/src/input.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/input.rs')
-rw-r--r--src/input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs
index 1033f5c..fb0d80f 100644
--- a/src/input.rs
+++ b/src/input.rs
@@ -1,7 +1,7 @@
use std::io::Read as _;
use std::os::unix::io::AsRawFd as _;
-#[derive(Eq, PartialEq, Debug)]
+#[derive(Eq, PartialEq, Debug, Clone)]
pub enum Key {
String(String),
Char(char),