term: Solaris headers
parent
cc847f83a8
commit
5824d28a03
|
@ -3,6 +3,13 @@ module term
|
||||||
import os
|
import os
|
||||||
|
|
||||||
#include <sys/ioctl.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
|
$if solaris
|
||||||
|
{
|
||||||
|
#include <unistd.h> // ioctl
|
||||||
|
#include <sys/termios.h> // TIOCGWINSZ
|
||||||
|
}
|
||||||
|
|
||||||
pub struct C.winsize {
|
pub struct C.winsize {
|
||||||
pub:
|
pub:
|
||||||
ws_row u16
|
ws_row u16
|
||||||
|
|
Loading…
Reference in New Issue