mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 13:16:39 +03:00
fix: Derive Eq on Selection
This commit is contained in:
parent
2315834109
commit
6dd8a98ff3
@ -72,7 +72,7 @@ pub struct ChangeColorPair {
|
||||
}
|
||||
|
||||
bitflags! {
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub struct Selection :u16{
|
||||
const NONE = 0;
|
||||
const CLIPBOARD = 1<<1;
|
||||
|
Loading…
Reference in New Issue
Block a user