mirror of
https://github.com/alacritty/alacritty.git
synced 2025-09-04 22:43:53 -04:00
Fix typo
This commit is contained in:
parent
a1174797b4
commit
bfdd7b0062
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ impl<'a> de::Deserialize<'a> for ModeWrapper {
|
||||||
"~AppCursor" => res.not_mode |= mode::APP_CURSOR,
|
"~AppCursor" => res.not_mode |= mode::APP_CURSOR,
|
||||||
"AppKeypad" => res.mode |= mode::APP_KEYPAD,
|
"AppKeypad" => res.mode |= mode::APP_KEYPAD,
|
||||||
"~AppKeypad" => res.not_mode |= mode::APP_KEYPAD,
|
"~AppKeypad" => res.not_mode |= mode::APP_KEYPAD,
|
||||||
_ => eprintln!("unknown omde {:?}", modifier),
|
_ => eprintln!("unknown mode {:?}", modifier),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue