meli/src
Manos Pitsidianakis 6d63429ad3
Add scrolling context to StatusBar
- Whenever a scrolling context is entered/exited, send a ScrollUpdate event.
- StatusBar maintains a stack of scrolling contexts and displays the
last one, if it exists. Each context is associated with a ComponentId.
- To handle dangling contexts after their Components aren't visible
anymore, send a VisibilityChange event in situations where that scenario
is possible.
2021-01-08 15:01:38 +02:00
..
command Add reload-config command 2020-12-02 21:01:22 +02:00
components Add scrolling context to StatusBar 2021-01-08 15:01:38 +02:00
conf melib/backends: add mailbox management events to RefreshEventKind 2021-01-08 15:01:38 +02:00
plugins Remove some old TODO comments 2020-08-26 00:54:07 +03:00
terminal Use default_cell in CellBuffer resize(), clear() 2021-01-05 17:12:14 +02:00
types Fix clippy lints 2020-07-06 15:27:08 +03:00
bin.rs Add configurable shortcut for 'quit' 2020-11-15 21:30:54 +02:00
command.rs Add reload-config command 2020-12-02 21:01:22 +02:00
components.rs Add scrolling context to StatusBar 2021-01-08 15:01:38 +02:00
conf.rs Allow configuration of the sidebar divider 2020-11-25 15:54:47 +02:00
jobs.rs Replace PosixTimer with async timers 2020-10-29 13:18:36 +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 melib/datetime: add posix locale arg in timestamp_to_string() 2021-01-08 15:01:37 +02: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