mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-20 05:39:52 -07:00
Update to modalkit{,-ratatui}@0.0.19 (#273)
This commit is contained in:
parent
3971801aa3
commit
46f6d37f76
7 changed files with 316 additions and 89 deletions
|
@ -936,7 +936,7 @@ impl Message {
|
|||
|
||||
let style = self.get_render_style(selected, settings);
|
||||
let mut fmt = self.get_render_format(prev, width, info, settings);
|
||||
let mut text = Text { lines: vec![] };
|
||||
let mut text = Text::default();
|
||||
let width = fmt.width();
|
||||
|
||||
// Show the message that this one replied to, if any.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue