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
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
..
command command/actions.rs: ask confirmation for delete 3 years ago
components embed: split EmbedGrid to EmbedTerminal and EmbedGrid 3 years ago
conf conf/shortcuts.rs: add info_message_{next,previous} 3 years ago
plugins melib: don't use both {set,push}_references() 3 years ago
terminal embed: split EmbedGrid to EmbedTerminal and EmbedGrid 3 years ago
types Fix clippy lints 4 years ago
bin.rs Show compile time features in with command argument 3 years ago
command.rs Add export-mbox command 3 years ago
components.rs Add scrolling context to StatusBar 3 years ago
conf.rs Fix compilation for netbsd-9.2 3 years ago
jobs.rs jobs/Timer: add set_interval() 3 years ago
mailcap.rs Remove some needless clones and stuff (thanks to Clippy) 4 years ago
managesieve.rs Replace PosixTimer with async timers 4 years ago
plugins.rs plugins: place socket in XDG_RUNTIME_DIR, not CWD 4 years ago
sqlite3.rs melib/email: remove Envelope::from_token 4 years ago
state.rs conf/shortcuts.rs: add info_message_{next,previous} 3 years ago
terminal.rs Move Color to src/terminal/color.rs 4 years ago
types.rs Add scrolling context to StatusBar 3 years ago