term.ui, vweb, v: update deprecated functions (#18726)

This commit is contained in:
Turiiya 2023-07-02 08:38:33 +02:00 committed by GitHub
parent 5d4c2cd832
commit a27f2ddcc3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 32 additions and 32 deletions

View file

@ -92,5 +92,5 @@ fn main() {
event_fn: event
hide_cursor: true
)
app.tui.run()?
app.tui.run()!
}