freebsd-dev/usr.sbin/sade
Ed Schouten 81590c5b37 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)
2008-05-23 14:24:33 +00:00
..
help
command.c
config.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
devices.c
disks.c
dispatch.c
dmenu.c
globals.c
install.c
label.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
list.h
main.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
Makefile
menus.c
misc.c
msg.c
sade.8
sade.h Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
system.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
termcap.c Move sysinstall/sade away from TIOCGSIZE. 2008-05-23 14:24:33 +00:00
variable.c Better to just statically set the name vs. determine at run time. 2008-05-11 17:23:57 +00:00
wizard.c