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, -- Shawn Walker
