Searched hist:179244 (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/sade/
H A Dtermcap.cdiff 179244 Fri May 23 12:24:33 MDT 2008 ed Move sysinstall/sade away from TIOCGSIZE.

Both sysinstall and sade still seem to use the TIOCGSIZE ioctl to obtain
the terminal dimensions. We'd better use TIOCGWINSZ to do this. The
TIOCGWINSZ interface is preferred, because it also allows sizes in pixels
to be passed to the application (though this is not used here).

Approved by: philip (mentor)
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dtermcap.cdiff 179244 Fri May 23 12:24:33 MDT 2008 ed Move sysinstall/sade away from TIOCGSIZE.

Both sysinstall and sade still seem to use the TIOCGSIZE ioctl to obtain
the terminal dimensions. We'd better use TIOCGWINSZ to do this. The
TIOCGWINSZ interface is preferred, because it also allows sizes in pixels
to be passed to the application (though this is not used here).

Approved by: philip (mentor)

Completed in 53 milliseconds