Shawn: It looks like you found the solution to Priority 2 bug #6419901. Good work.
I added the information you provided to the bug report. However, it sounds like the right fix is a modification to the terminfo files, right? So the bug is currently filed in the jds/gnome/terminal category, and I'm sure a different group actually maintains the terminfo files. What's the right bug category/subcategory for terminfo issues? Anybody know? Brian > Brian Cameron wrote: >> Could you share the changes you needed to make to >> /usr/share/lib/terminfo/x/xterm to get <HOME> and <END> support to >> work? Perhaps a patch? > > http://tech.groups.yahoo.com/group/solarisx86/message/20027 > > > % mkdir /tmp/foo > % env TERMINFO=/usr/share/lib/terminfo /bin/infocmp xterm > > /tmp/foo/xterm.ti > % echo ' knp=\E[6~, kpp=\E[5~, kend=\EOF, khome=\EOH, ' >> > /tmp/foo/xterm.ti > % env TERMINFO=/tmp/foo /bin/tic -v /tmp/foo/xterm.ti > > This makes the previous page, next page, end, and home keys work as they > do in most GNU/Linux and other distributions. > > Cheers,
