ratatui/src
Florian Dehau f96db9c74f [layout] Replace FnMut with FnOnce in Group::render
As the function does not need to mutate state and be run multiple times.
2018-05-06 11:49:32 +02:00
..
backend fix colors use, add missing Blue 2018-04-04 08:45:58 +02:00
widgets fix colors use, add missing Blue 2018-04-04 08:45:58 +02:00
buffer.rs BUG: Buffer::pos_of panics on inside-bounds index 2018-04-01 11:13:35 +02:00
layout.rs [layout] Replace FnMut with FnOnce in Group::render 2018-05-06 11:49:32 +02:00
lib.rs [doc] Fix layout example in documentation 2018-04-01 18:28:17 +02:00
style.rs fix colors use, add missing Blue 2018-04-04 08:45:58 +02:00
symbols.rs [clippy] Fix warnings 2017-10-30 23:14:57 +01:00
terminal.rs [lib] Derive Debug on Terminal 2018-04-15 22:09:36 +02:00