Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
1–10 of 53 posts
Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#2Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#3Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#4Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#5All of this to get around the GPL. Boo!
Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#6Can it switch between emacs and vi mode (like Deadline)?
Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#7Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#8All of this to get around the GPL. Boo!
Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#9Earlier quoted context omitted.
Yes, it is a shame that there are so many programs out there, that do not provide good line support because of the GPL issue.
Perhaps they should use the GPL.
Re: Show HN: Linenoise NG – GNU Readline Replacement, with UTF8 and Windows (BSD)
#10But this isn't addressing the real problem, which is that readline gets conjoined with the programs that use it. So if I want to write my own line editor, I have to significantly modify every program I want to use it in, which is enough of an obstacle that I won't do it (and neither will others). Nevermind more difficult architectural problems, like making editing local when on high-latency connections. Still, having a BSD-licensed line editor to start from may be helpful for whoever takes on that project some day.