mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
term: get_terminal_size()
This commit is contained in:

committed by
Alexander Medvednikov

parent
08d3401092
commit
78c96fe989
@ -36,7 +36,7 @@ enum Action {
|
||||
|
||||
fn C.tcgetattr() int
|
||||
fn C.tcsetattr() int
|
||||
fn C.ioctl() int
|
||||
//fn C.ioctl() int
|
||||
fn C.raise()
|
||||
|
||||
// Toggle raw mode of the terminal by changing its attributes
|
||||
|
Reference in New Issue
Block a user