1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust
Go to file
Wez Furlong fe32fac524 Add ClearScreen Action
For clearing to a given background color, in some cases we may need
to know the size of the screen.  To facilitate this, I've changed
the interface for the renderer to receive the Terminal instance
so that we can query the size of the screen.
2018-07-19 18:01:13 -07:00
data adopt encode_escape in the renderer 2018-07-15 20:36:51 -07:00
examples Add ClearScreen Action 2018-07-19 18:01:13 -07:00
src Add ClearScreen Action 2018-07-19 18:01:13 -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