summaryrefslogtreecommitdiff
path: root/helix-view/src/keyboard.rs
diff options
context:
space:
mode:
authorDaniel Ebert2021-11-01 14:50:12 +0000
committerBlaž Hrastnik2021-11-03 02:56:55 +0000
commiteb8745db0999a50464ac183baa138c4e511430f2 (patch)
tree6089d754bf8d27f7cb865422d04947b4fa785026 /helix-view/src/keyboard.rs
parente505bf2b4809681840d1684a23ad21255fca290d (diff)
Implement key ordering for info box
Diffstat (limited to 'helix-view/src/keyboard.rs')
-rw-r--r--helix-view/src/keyboard.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-view/src/keyboard.rs b/helix-view/src/keyboard.rs
index 26a4d6d2..810aa063 100644
--- a/helix-view/src/keyboard.rs
+++ b/helix-view/src/keyboard.rs
@@ -54,7 +54,7 @@ impl From<crossterm::event::KeyModifiers> for KeyModifiers {
}
/// Represents a key.
-#[derive(Debug, PartialOrd, PartialEq, Eq, Clone, Copy, Hash)]
+#[derive(Debug, PartialOrd, Ord, PartialEq, Eq, Clone, Copy, Hash)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub enum KeyCode {
/// Backspace key.