1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

term.ui: render to the alternate buffer (#6832)

This commit is contained in:
spaceface777
2020-11-14 20:05:22 +01:00
committed by GitHub
parent b96a0246b5
commit 1ead130eed
6 changed files with 102 additions and 83 deletions

View File

@ -32,6 +32,7 @@ app.tui = tui.init(
hide_cursor: true
capture_events: true
frame_rate: 60
use_alternate_buffer: false
)
println('V term.ui event viewer (press `esc` to exit)\n\n')