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