1
0
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:
Mateo Pidal
2020-01-28 01:18:19 -03:00
committed by Alexander Medvednikov
parent 08d3401092
commit 78c96fe989
7 changed files with 50 additions and 18 deletions

View File

@ -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