mntn
mntn
Thanks, I had not seen the conflict. It is resolved now. Let me know if there's any improvements I need to make when you get a chance to review it.
One of the changes has broken this, need to figure out what happened.
The issue I was encountering seems to be a recently introduced bug, see #281. Once that is fixed, this should be ready.
Todo: use goroutines to prevent deadlock per #281
Merged up to master, and I made the calls to Error and Info use goroutines as in #284. I think the risk of a race condition here with other parts...
It might not be the fault of the close bracket but I suspect it since that's seemingly where the problem begins. Edit: Here's the simplest possible case for replication: ~~~...
Thanks. I'm not sure anymore... in #263, I made a test program that uses cview and was not able to replicate it with a simple cview setup. But it's possible...
No problem, that's understandable as it does seem to be mostly complete as is. I'll do my best to track down these issues myself; my schedule is just unpredictable so...
It's a cview bug, probably in cview's escaping. I was able to replicate by adding a call to cview.Escape before the TranslateANSI call. ``` package main import ( "code.rocketnine.space/tslocum/cview" )...
This is a great idea. Would love to make a plugin that uses [viu](https://github.com/atanunq/viu) for displaying images in the terminal.