mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Update modalkit
and modalkit-ratatui
to SHA 45855daeeb
(#358)
This commit is contained in:
parent
ebd89423e9
commit
6e923f3878
5 changed files with 455 additions and 106 deletions
|
@ -310,7 +310,7 @@ impl Application {
|
|||
}
|
||||
|
||||
term.draw(|f| {
|
||||
let area = f.size();
|
||||
let area = f.area();
|
||||
|
||||
let modestr = bindings.show_mode();
|
||||
let cursor = bindings.get_cursor_indicator();
|
||||
|
@ -339,7 +339,7 @@ impl Application {
|
|||
let inner = Rect::new(cx, cy, 1, 1);
|
||||
f.render_widget(para, inner)
|
||||
}
|
||||
f.set_cursor(cx, cy);
|
||||
f.set_cursor_position((cx, cy));
|
||||
}
|
||||
})?;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue