On 03/18/10 10:12 AM, Hillel Lubman wrote: > On 17/03/2010 15:09, Shawn Walker wrote: >> On 03/17/10 02:07 PM, Hillel Lubman wrote: >>> On 17/03/2010 13:54, Shawn Walker wrote: >>>> 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~, ' >> /tmp/foo/xterm.ti >>>> env TERMINFO=/tmp/foo /bin/tic -v /tmp/foo/xterm.ti >>>> >>>> Example: >>>> env TERMINFO=/tmp/foo less -nf /etc/nsswitch.conf >>>> >>>> This makes the previous page, next page keys work as they do in most >>>> GNU/Linux and other distributions. Home and End already do as far as I >>>> can tell. >>>> >>>> If you wanted this to be more permanent, you'd need to setup your own >>>> TERMINFO as shown above. >>>> >>>> Cheers, >>> Thanks, I moved results it to /usr/share/lib/terminfo and now it works >>> permanently. >> >> Just be aware that you might have to do that every time you do an >> image-update. >> >> Cheers, > Is it planned to be integrated into the system?
It's been a few years no, so apparently not. There's a bug open to do something for this at http://defect.opensolaris.org, but there continues to be a disagreement between Solaris/*NIX old-timers over having pageup/pagedown affect the terminal application itself instead of being passed onto applications as most users from other OS' expect. Cheers, -- Shawn Walker
