On Sat, 1 Aug 2009, Richard Toohey wrote:
'HOME' and 'END' keys will display the '~' almost everywhere in OpenBSD console.
openbsd home key tildeFirst link might help with the HOME and END keys; depending on what exactly you are doing.
Maybe for ksh it would work, I don't know. First of all there is impropriety bind format: 'bind '^[[3'=prefix-2'. Bash advice to use the ':' instead of '='. Bash does not know 'prefix-2'. I have different scancode on HOME and END keys - ^[[7~, ^[[8~.
-- 4625