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

term.ui: make C. unions and structs public (solve conflicts with term on windows)

This commit is contained in:
Delyan Angelov
2022-07-04 10:50:11 +03:00
parent 584c035120
commit 90197fd58a
2 changed files with 12 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ import time
#include <sys/ioctl.h>
#include <signal.h>
struct C.winsize {
pub struct C.winsize {
ws_row u16
ws_col u16
}