mirror of
https://github.com/alacritty/alacritty.git
synced 2025-07-31 22:03:40 -04:00
Merge pull request #159 from jwilm/fix-intl-input
Fix issue with some international inputs
This commit is contained in:
commit
c6959de11b
1 changed files with 9 additions and 8 deletions
|
@ -363,6 +363,8 @@ impl<'a, N: Notify + 'a> Processor<'a, N> {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
// Didn't process a binding; print the provided character
|
// Didn't process a binding; print the provided character
|
||||||
if let Some(mut string) = string {
|
if let Some(mut string) = string {
|
||||||
// from ST
|
// from ST
|
||||||
|
@ -374,7 +376,6 @@ impl<'a, N: Notify + 'a> Processor<'a, N> {
|
||||||
self.ctx.selection.clear();
|
self.ctx.selection.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
/// Attempts to find a binding and execute its action
|
/// Attempts to find a binding and execute its action
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue