Bug 7314 - ncurses port doesn't support TERM=xterm-color
Summary: ncurses port doesn't support TERM=xterm-color
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Andrey Zakhvatov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1998-07-18 20:10 UTC by David O'Brien
Modified: 1999-05-09 02:08 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David O'Brien 1998-07-18 20:10:00 UTC
	The "xterm-color" terminal type is unsupported by the ncurses
	4.2 port.  One of the reasons to use ncurses is for color support.

	bash# export TERM=xterm-color
	bash# type clear
	/usr/bin/clear
	bash# pkg_add ncurses-4.2.tgz
	bash# type clear
	/usr/local/bin/clear
	bash# /usr/local/bin/clear
	'xterm-color': unknown terminal type.
	bash# /usr/bin/clear
	'xterm-color': unknown terminal type.
	bash# pkg_delete ncurses-4.2.tgz
	bash# clear
	(the screen is cleared properly)

How-To-Repeat: 
	see above
Comment 1 Joseph Koshy freebsd_committer freebsd_triage 1999-05-04 11:47:18 UTC
Responsible Changed
From-To: freebsd-ports->andy@icc.surw.chel.su

Over to port maintainer. 
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-05-09 02:07:49 UTC
State Changed
From-To: open->closed

Fixed as a part of ports/11492.