Hacker News new | ask | show | jobs
by sigil 4823 days ago
Actually, rlwrap works well with all line-reading programs that DON'T use the readline library, and not so well with some that do. Like the python debugger. :(
1 comments

Hm. You're right. Next time I'll read a bit further in the man page.