We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c3569 commit 618bdd8Copy full SHA for 618bdd8
src/ui/tui.rs
@@ -27,7 +27,6 @@ impl<B: Backend> Tui<B> {
27
/// [`Draw`]: ratatui::Terminal::draw
28
/// [`rendering`]: crate::ui:render
29
// Créer une fonction async pour le rendu
30
-
31
pub fn draw(&mut self, app: &mut App) -> AppResult<()> {
32
// Passe une closure synchrone qui appelle la fonction async
33
self.terminal.draw(|frame| main_ui::render(app, frame))?;
0 commit comments