diff options
| author | Fuwn <[email protected]> | 2022-07-24 21:08:07 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-24 21:08:07 +0000 |
| commit | 7c196cdc0fe8c2a24f7e839876d3bdb9066571fa (patch) | |
| tree | 06c23e5b46089c881675f1e9f8a63d6637992cd8 /src/input.rs | |
| parent | feat(ui.rs): black background (diff) | |
| download | sydney-0.1.8.tar.xz sydney-0.1.8.zip | |
feat(src): ui overhaul (bollux inspired)v0.1.8
Diffstat (limited to 'src/input.rs')
| -rw-r--r-- | src/input.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input.rs b/src/input.rs index 3a44018..1fac12a 100644 --- a/src/input.rs +++ b/src/input.rs @@ -20,7 +20,7 @@ use url::Url; use crate::command::Command; -#[derive(PartialEq)] +#[derive(PartialEq, Eq)] pub enum Mode { Normal, Editing, |