mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term: obtain the cursor position via termios.h (#11372)
This commit is contained in:
@ -6,11 +6,11 @@ module ui
|
||||
import os
|
||||
import time
|
||||
|
||||
const (
|
||||
buf_size = 64
|
||||
ctx_ptr = &Context(0)
|
||||
stdin_at_startup = u32(0)
|
||||
)
|
||||
const buf_size = 64
|
||||
|
||||
const ctx_ptr = &Context(0)
|
||||
|
||||
const stdin_at_startup = u32(0)
|
||||
|
||||
struct ExtraContext {
|
||||
mut:
|
||||
|
Reference in New Issue
Block a user