> Roberto E. Vargas Caballero: > > http://lists.suckless.org/dev/1212/13848.html > > This works for Del in bash. > But it doesn't fix Pos1 or Del in zsh. >
Even "echo ^[?1h^[= >/dev/tty" command? (^[ means \01b, you can get it using ^v Esc) In the thread we agreed that we should point the bug to the programs which don't handle correctly the keypad, so you could send a patch request to zsh. Best regards,