Hi, I searched BSD docs and Google for answers, but none of them works. By "working properly" I mean for Del key to delete char under the cursor and not the previous one.
It works in gnome xterm, but not in console. It works in sh with config hint from FreeBSD handbook: bind ^? ed-delete-next-char # for console bind ^[[3~ ed-delete-next-char # for xterm but not in bash (with or w/o the hint). Having readline lib installed does not make any difference as well. $ uname -r 8.1-RELEASE $ env |grep -i shell SHELL=/usr/local/bin/bash $ ls /var/db/pkg/bash-4.1.7/ No readline lib installed. JB _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
