alacritty/alacritty_terminal
Christian Duerr 530de00049
Move renderable cell transformation to alacritty
This refactors a large chunk of the alacritty_terminal API to expose all
data necessary for rendering uniformly through the `renderable_content`
call. This also no longer transforms the cells for rendering by a GUI
but instead just reports the content from a terminal emulation
perspective. The transformation into renderable cells is now done inside
the alacritty crate.

Since the terminal itself only ever needs to know about modified color
RGB values, the configuration for colors was moved to the alacritty UI
code.
2021-01-24 21:45:36 +00:00
..
src Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
tests Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
Cargo.toml Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
LICENSE-APACHE Add license symlinks for crates 2020-10-17 14:47:51 +00:00