You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/src/terminal
Manos Pitsidianakis 592339bdca
embed: split EmbedGrid to EmbedTerminal and EmbedGrid
An embedded pseudoterminal was enclosed in the EmbedGrid struct. This
commit splits it into EmbedTerminal and EmbedGrid, with EmbedGrid
containing only the CellBuffer grid logic. With this change we can reuse
EmbedGrid to parse ANSI output from external programs into meli's
CellBuffer's.
3 years ago
..
embed embed: split EmbedGrid to EmbedTerminal and EmbedGrid 3 years ago
cells.rs Use default_cell in CellBuffer resize(), clear() 3 years ago
color.rs Move Color to src/terminal/color.rs 4 years ago
embed.rs embed: split EmbedGrid to EmbedTerminal and EmbedGrid 3 years ago
keys.rs Add opt-in mouse support 4 years ago
position.rs Add align_area() and Alignment enum 4 years ago
text_editing.rs Remove text_processing 4 years ago