You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 forTerminalSpace
,fonts
,alpha
, andcolors
, 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.The text was updated successfully, but these errors were encountered: