1
1
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:
Wez Furlong 2022-05-22 06:50:18 -07:00
parent 578fa92a2e
commit 1f554886a8

View File

@ -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 :-/