mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
fix build warning on !windows
This commit is contained in:
parent
578fa92a2e
commit
1f554886a8
@ -1252,6 +1252,7 @@ impl Default for WindowDecorations {
|
||||
/// to US keyboard layout (particularly the punctuation characters
|
||||
/// produced in combination with SHIFT) that may not be 100%
|
||||
/// the right thing to do here for users with non-US layouts.
|
||||
#[cfg(windows)]
|
||||
fn ctrl_mapping(c: char) -> Option<char> {
|
||||
// Please also sync with the copy of this function that
|
||||
// lives in termwiz :-/
|
||||
|
Loading…
Reference in New Issue
Block a user