mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
6c86e20b30
The intent is to reveal more context on what's happening in https://github.com/wez/wezterm/issues/671 As a nice side benefit, this avoids the potential inability to open paths that are not utf8 or representable as c-strings on Windows. And on top of that: this enables memory mapped file IO as well, which wasn't enabled previously. This should help to reduce extraneous copies of the font in memory, have fewer open files and minimize the chances of racing with O_CLOEXEC. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |