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 232c3ec754 replace EncodeEscape trait with plain old Display
This makes it easier to use the escape sequence rendering with
plain old `format!`
2018-07-20 09:11:44 -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 replace EncodeEscape trait with plain old Display 2018-07-20 09:11:44 -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