alacritty/alacritty_terminal/src
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
..
config Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
grid Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
term Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
tty Remove Windows WinPTY backend 2021-01-01 05:07:39 +00:00
ansi.rs Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
event.rs Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
event_loop.rs Replace serde's derive with custom proc macro 2020-12-21 02:44:38 +00:00
index.rs Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
lib.rs Remove all rustc benchmarks 2021-01-21 19:45:33 +00:00
selection.rs Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00
sync.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
thread.rs Add option to run command on bell 2020-07-10 22:32:44 +03:00
vi_mode.rs Move renderable cell transformation to alacritty 2021-01-24 21:45:36 +00:00