Home | History | Annotate | Download | only in racoon

Lines Matching full:win

1496 		struct winsize win;
1500 if (ioctl(1, TIOCGWINSZ, &win) != 1)
1501 col = win.ws_col;