[Add] Terms Updater

This commit is contained in:
Alex-Emmet 2026-02-07 18:46:07 +01:00
commit bfefa46839
9 changed files with 507 additions and 468 deletions

View file

@ -98,7 +98,7 @@ impl FileViewer {
.block(
Block::default()
.borders(Borders::ALL)
.title(self.title.as_str()),
.title(format!("{} - [Q to close]", self.title.as_str(),)),
)
.wrap(Wrap { trim: false })
.scroll((self.scroll, 0));