On Sat, 2002-02-23 at 00:02, Wesley Dean wrote: [snip] > I have to continually hit enter (or 'y' then enter) every time I press a > key in the program. No output is ever displayed. > > However, as I said before, if I run the program as root, it works > perfectly.
It could be because the locale of root is set differently that it is for your user account. Look for differences in the $LANG evironment variable (and LC_* too, maybe, IIRC). Jesper
