bjangelo

Results 2 comments of bjangelo

I ran into this issue recently and was able to work around it with the following patch to readline. ``` diff --git a/std.go b/std.go index 61d44b7..70f477c 100644 --- a/std.go +++...

> There is still no synchronization in ishell to wait for the goroutines to exit, but just delaying before program exit with this patch does cause raw mode to exit....