ratatui/src
2023-11-13 06:29:01 -08:00
..
backend feat(buffer): deprecate Cell::symbol field (#624) 2023-11-11 21:43:51 -08:00
layout fix(rect): fix arithmetic overflow edge cases (#543) 2023-09-28 03:19:33 -07:00
style docs: import prelude::* in doc examples (#490) 2023-09-11 18:01:57 -07:00
text feat(line): add Line::raw constructor (#511) 2023-09-22 04:34:58 -07:00
widgets feat(buffer): deprecate Cell::symbol field (#624) 2023-11-11 21:43:51 -08:00
backend.rs fix(terminal): insert_before() now accepts lines > terminal height and doesn't add an extra blank line (#596) 2023-11-08 10:04:35 -08:00
buffer.rs fix(doc): do not access deprecated Cell::symbol field in doc example (#626) 2023-11-13 06:29:01 -08:00
layout.rs chore: simplify constraints (#556) 2023-10-03 16:50:14 -07:00
lib.rs docs(readme): fix link to demo2 image (#589) 2023-10-23 12:28:59 +02:00
prelude.rs docs(terminal): add docs for terminal module (#486) 2023-09-11 18:39:15 -07:00
style.rs fix(backend): add feature flag for underline-color (#570) 2023-10-18 13:52:43 -07:00
symbols.rs feat(canvas): implement half block marker (#550) 2023-09-30 06:03:03 -07:00
terminal.rs fix(terminal): insert_before() now accepts lines > terminal height and doesn't add an extra blank line (#596) 2023-11-08 10:04:35 -08:00
text.rs chore(spans): remove deprecated Spans type (#426) 2023-09-19 02:58:52 -07:00
title.rs docs: import prelude::* in doc examples (#490) 2023-09-11 18:01:57 -07:00
widgets.rs docs(widgets): update the list of available widgets (#496) 2023-09-13 10:48:00 +02:00