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

term.ui: feature-detect the SU spec (#6844)

This commit is contained in:
spaceface777
2020-11-16 13:48:08 +01:00
committed by GitHub
parent b3e19c7247
commit ac8a2ff12d
3 changed files with 53 additions and 4 deletions

View File

@ -168,6 +168,7 @@ mut:
read_buf []byte
print_buf []byte
paused bool
enable_su bool
pub mut:
frame_count u64
window_width int