NexusSocial / bevy_alacritty

Apache License 2.0
0 stars 0 forks source link

Set and update terminal color palette #1

Open marceline-cramer opened 3 months ago

marceline-cramer commented 3 months ago

The API to set colors shouldn't use any alacritty_terminal types.

It may be necessary to expand the arguments to Terminal::new() into a full struct with top-level fields for TerminalSpace, fonts, alpha, and colors, for instance.

I'm not sure how this interacts with writeback from the terminal contents in render. Experimentation may be needed as to if the writeback is even necessary.