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.
2021-09-12 13:47:32 +03:00
..
command command/actions.rs: ask confirmation for delete 2021-09-03 14:10:58 +03:00
components embed: split EmbedGrid to EmbedTerminal and EmbedGrid 2021-09-12 13:47:32 +03:00
conf conf/shortcuts.rs: add info_message_{next,previous} 2021-09-05 13:08:05 +03:00
plugins melib: don't use both {set,push}_references() 2021-01-15 16:41:40 +02:00
terminal embed: split EmbedGrid to EmbedTerminal and EmbedGrid 2021-09-12 13:47:32 +03:00
types Fix clippy lints 2020-07-06 15:27:08 +03:00
bin.rs Show compile time features in with command argument 2021-09-08 22:09:32 +03:00
command.rs Add export-mbox command 2021-01-10 01:45:03 +02:00
components.rs Add scrolling context to StatusBar 2021-01-08 15:01:38 +02:00
conf.rs Fix compilation for netbsd-9.2 2021-09-06 18:54:40 +03:00
jobs.rs jobs/Timer: add set_interval() 2021-01-11 19:11:08 +02:00
mailcap.rs Remove some needless clones and stuff (thanks to Clippy) 2020-07-13 21:36:55 +03:00
managesieve.rs Replace PosixTimer with async timers 2020-10-29 13:18:36 +02:00
plugins.rs plugins: place socket in XDG_RUNTIME_DIR, not CWD 2020-09-20 13:31:18 +03:00
sqlite3.rs melib/email: remove Envelope::from_token 2020-08-26 00:54:07 +03:00
state.rs conf/shortcuts.rs: add info_message_{next,previous} 2021-09-05 13:08:05 +03:00
terminal.rs Move Color to src/terminal/color.rs 2020-11-28 16:33:30 +02:00
types.rs Add scrolling context to StatusBar 2021-01-08 15:01:38 +02:00