Date: Sun, 7 Dec 2003 12:53:32 -0500 (EST) From: doug@safeport.com To: freebsd-questions@FreeBSD.ORG Subject: home/end keys in pico Message-ID: <20031207124643.F82101@pemaquid.safeport.com>
next in thread | raw e-mail | index | archive | help
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 doug@safeport.com Voice: 301-469-8766 Fax: 301-469-0601
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031207124643.F82101>