mirror of
https://github.com/wez/wezterm.git
synced 2024-11-26 08:25:50 +03:00
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
611e4b3505
Trigger x-scaling based on the x_advance rather than the bitmap width. Also account for the unicode width of the fragment when scaling. The use of bearing_x was incorrect; we were subtracting it rather than adding it and making the glyphs look terrible at smaller sizes. |
||
---|---|---|
font | ||
src | ||
.gitignore | ||
.rustfmt.toml | ||
Cargo.toml | ||
README.md |
Wez's Term
What?
Here's what I'm shooting for:
- A terminal escape sequence parser
- A differential screen protocol
- Textual and GUI rendering of the screen protocol
This would manifest as a common core that could run as both a textual terminal multiplexer and a gui terminal emulator, where the GUI part could automatically provide a native UI around the remotely multiplexed terminal session.