Re: home/end keys in pico

2003-12-07 Thread Kevin D. Kinsey, DaleCo, S.P.
[EMAIL PROTECTED] wrote:

Can any tell me how to get pico to recognize these keys. So far I have not been
able to figure out how / pico this is possible using bindkey. My last attempt:
cat .cshrc
bindkey \e[1~ beginning-of-line  # Home
bindkey \e[4~ end-of-line# End
Every other app works and the defaults seem okay:

bindkey | tail -3
right  - forward-char
home   - beginning-of-line
end- end-of-line
so it seems that pico has other ideas on where its gets its key definitions
(please God not termcap).
Thanks for any help.

_
Douglas Denault
[EMAIL PROTECTED]
 

I'm guessing I can't be much help here; dunno
much re: terminals.  However, I have noted that
nano recognized some stuff better than pico via
whatever terminal was the PuTTY default.  I dunno
if that's going to help if you're in CLI, or some Xterm,
but it converted me.  Besides, nano is just a more
modern pico anyway
I've even got alias pico nano in my .cshrc. :-)

Hopefully, someone with more experience/knowledge
re: terminals can get you the real help you need.
KDK

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: home/end keys in pico

2003-12-07 Thread doug
On Sun, 7 Dec 2003, Kevin D. Kinsey, DaleCo, S.P. wrote:

 [EMAIL PROTECTED] wrote:

[cut pico keybind whine]

 I'm guessing I can't be much help here; dunno
 much re: terminals.  However, I have noted that
 nano recognized some stuff better than pico via
 whatever terminal was the PuTTY default.  I dunno
 if that's going to help if you're in CLI, or some Xterm,
 but it converted me.  Besides, nano is just a more
 modern pico anyway

 I've even got alias pico nano in my .cshrc. :-)

 Hopefully, someone with more experience/knowledge
 re: terminals can get you the real help you need.

hmmm - almost as good as discovering the script command. If nano -i works with
pine; this is better than what I was looking for. Thanks.

_
Douglas Denault
[EMAIL PROTECTED]
Voice: 301-469-8766
  Fax: 301-469-0601
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]