Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: HPUX (was Re: vi command line editing)



Strange, hpux 10.10 this is the case, but not 10.20.

Shawn
On Tue, 24 Mar 1998, Shawn Leas wrote:

> 
> Why is it that with HPUX I need to do
> 
> bindkey -s "^[OA" "^[ka"
> bindkey -s "^[OB" "^[ja"
> bindkey -s "^[OD" "^[ha"
> bindkey -s "^[OC" "^[la"
> 
> instead of 
> 
> bindkey -s "^[[A" "^[ka"
> bindkey -s "^[[B" "^[ja"
> bindkey -s "^[[C" "^[la"
> bindkey -s "^[[D" "^[ha"
> 
> ???
> 
> Is it the /usr/sbin/getty?  Something with the termcap?  I dunno 'bout
> these things, but I'd like to.
> 
> Shawn
> 
> 



Messages sorted by: Reverse Date, Date, Thread, Author