1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00
wezterm/window
Jalil David Salamé Messina 191aacc7d7 fix(clippy): Use faster methods on Iterators
- Use `find` instead of `position(..).next()`
- Use `any` instead of `position(..).next().is_some()/.is_none()`
- Use `first/next` instead of `get(0)/nth(0)`
- Prefer `for` loops over `while let` loops on iterators

May improve performance.
2023-03-19 07:29:23 -07:00
..
examples move OpenInBrowser -> KeyAssignment 2022-12-21 07:04:51 -07:00
src fix(clippy): Use faster methods on Iterators 2023-03-19 07:29:23 -07:00
build.rs macos: handle dead keys without IME 2021-01-31 17:06:30 -08:00
Cargo.toml window: use a shorter timeout for xdg portal reads 2023-02-08 09:19:28 -07:00
LICENSE.md Add missing license files 2022-08-17 07:19:12 -07:00