meli/ui/src
Manos Pitsidianakis 16ccff0f44
ui: add RowIterator and BoundsIterator for CellBuffer
Use `RowIterator` to iterate the cells of a row without the need to do
any bounds checking; the iterator will simply return `None` when it
reaches the end of the row.  `RowIterator` can be created via the
`CellBuffer::row_iter` method and can be returned by `BoundsIterator`
which iterates each row.
2019-12-01 17:13:36 +02:00
..
components ui: add RowIterator and BoundsIterator for CellBuffer 2019-12-01 17:13:36 +02:00
conf Add tag settings in UI config module 2019-12-01 12:09:35 +02:00
execute ui: Add save attachment command 2019-11-10 13:33:22 +02:00
terminal ui: add RowIterator and BoundsIterator for CellBuffer 2019-12-01 17:13:36 +02:00
types Set 600 perm mode to all created files 2019-11-24 17:00:55 +02:00
cache.rs Fix some warnings 2019-11-14 17:55:24 +02:00
components.rs ui: shortcuts refactoring 2019-11-18 22:20:18 +02:00
conf.rs Add tag settings in UI config module 2019-12-01 12:09:35 +02:00
execute.rs ui: Add save attachment command 2019-11-10 13:33:22 +02:00
lib.rs ui: add shortcut! macro to compare shortcuts values 2019-11-28 22:16:56 +02:00
mailcap.rs text_processing: add GlobMatch trait 2019-11-23 19:34:16 +02:00
sqlite3.rs Set 600 perm mode to all created files 2019-11-24 17:00:55 +02:00
state.rs ui: add periodic account connectivity check 2019-11-23 19:34:16 +02:00
terminal.rs ui: fix bracket mode end code typo 2019-11-19 23:41:12 +02:00
types.rs ui: embed editor cleanups 2019-11-19 23:28:08 +02:00
workers.rs Prevent OOM abort when printing large strings 2019-11-22 14:17:09 +02:00