Rong-En Fan 781d8f4e76 - Fix crash with ncurses on FreeBSD/amd64 CURRENT by including missing
header <term.h>, which is required by both tputs() and tgoto().

  Without this header, nvi crashes with the call to tputs() at line 114.
  This is because the first argument of tputs() is a pointer, and the
  returned pointer from tgoto() is casted to an integer by compiler.

  For some reasons, this only crashes on amd64+CURRENT. On 6.x system,
  this does not happen.

PR:		101248
Reported by:	yar, infofarmer, Roland Smith
Tested by:	infofarmer, delphij, rafan
Approved by:	delphij (mentor)
2007-06-06 02:23:03 +00:00
..
2006-01-24 06:38:35 +00:00
2007-03-30 16:33:05 +00:00
2006-09-17 18:52:28 +00:00
2007-05-24 22:02:49 +00:00
2007-01-03 04:59:33 +00:00
2006-12-25 09:03:10 +00:00
2007-06-04 01:43:11 +00:00
2007-04-12 14:45:25 +00:00
2006-08-31 17:11:46 +00:00
2007-03-28 01:57:03 +00:00
2007-04-07 13:36:53 +00:00
2006-09-17 18:52:28 +00:00
2006-09-29 22:51:29 +00:00
2006-03-07 05:44:45 +00:00