readline has been around for donkeys' years. I was hacking it in MKSToolkit
back in the nineties. That implementation had a bug that hosed the
debugger's command line and a shell work-around to resolve it. Presumably,
there must be a clean-room version of readline somewhere that does not use
GPL? b
Hello lldb devs,
Hacking away at my lldb command history on macOS Darwin 10.13.3
lldb -v =>
lldb-900.0.64
Swift-4.0
I discovered that ESC-b moves the cursor one word to the left, while ESC-f
moves the cursor one word to the right; word in the regular expression
sense. However, lldb does not r