Take an Iterator
of TextArea
in prepare
This commit is contained in:
parent
7f31965063
commit
0857bef584
3 changed files with 10 additions and 8 deletions
|
@ -96,6 +96,7 @@ impl Default for TextBounds {
|
|||
}
|
||||
|
||||
/// A text area containing text to be rendered along with its overflow behavior.
|
||||
#[derive(Clone, Copy)]
|
||||
pub struct TextArea<'a> {
|
||||
/// The buffer containing the text to be rendered.
|
||||
pub buffer: &'a Buffer,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue