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:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user