\ To make the line editor handle ^U and ^W just like Unix normally does only forth hidden also forth also keys-forth definitions : ^U beginning-of-line kill-to-end-of-line ; : ^W erase-previous-word ; : ^R retype-line ; : DEL erase-previous-character ; only forth also definitions