mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
term.ui, vweb, v: update deprecated functions (#18726)
This commit is contained in:
parent
5d4c2cd832
commit
a27f2ddcc3
18 changed files with 32 additions and 32 deletions
|
@ -92,5 +92,5 @@ fn main() {
|
|||
event_fn: event
|
||||
hide_cursor: true
|
||||
)
|
||||
app.tui.run()?
|
||||
app.tui.run()!
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue