Rin Okuyama <rokuy...@rk.phys.keio.ac.jp> wrote: > Currently, cu(1) and tip(1) do not recognize a newline as end-of-line. > This means that an escape character (~) does not work after ^J (dislike ^M). > > It seems like a bug for me. But, are there some reasons for this behavior?
tip(1) clears ICRNL from terminal settings, so the <Enter> key sends ^M, not ^J. -uwe