Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 5342
Collapse All | Expand All

(-)ncurses-5.2-r5.ebuild.orig (+7 lines)
Lines 40-45 Link Here
40
	mv xterm xterm.orig
40
	mv xterm xterm.orig
41
	ln -s xterm-color xterm
41
	ln -s xterm-color xterm
42
42
43
	#with this fix, the End key will work for screen
44
	cd ${D}/usr/share/terminfo/s
45
	infocmp screen > screen.ti
46
	echo -e "\tkend=\\\E[4~, " >> screen.ti
47
	tic -o ${D}/usr/share/terminfo screen.ti
48
	rm screen.ti
49
43
	if [ "`use build`" ]
50
	if [ "`use build`" ]
44
	then
51
	then
45
		cd ${D}
52
		cd ${D}

Return to bug 5342