1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 19:01:36 +03:00
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Go to file
Wez Furlong df7ab5f017 Add a little write buffer to UnixTerminal
This is important to reduce the the volume of write syscalls generated
during formatting of escape sequences.
2018-07-20 09:56:18 -07:00
data adopt encode_escape in the renderer 2018-07-15 20:36:51 -07:00
examples simplify the terminfo renderer code a little by reducing macro usage 2018-07-20 07:18:18 -07:00
src Add a little write buffer to UnixTerminal 2018-07-20 09:56:18 -07:00
.gitignore start building out the terminal model 2018-07-12 07:26:37 -07:00
.rustfmt.toml start building out the terminal model 2018-07-12 07:26:37 -07:00
Cargo.toml Add UnixTerminal and the Terminal and IsTty traits 2018-07-19 10:52:29 -07:00
LICENSE.md start building out the terminal model 2018-07-12 07:26:37 -07:00