Jonathan Daugherty
Jonathan Daugherty
@xsebek I took a quick look and it looks like the implementation in `Graphics.Vty.Output.Mock` is close to what would be needed; it just needs to be duplicated and adjusted in...
@xsebek is this something you are still interested in working on? I'd like to close this ticket if this is dormant for now, and re-open it or open new ones...
> a progress bar that increases as a list is traversed Can you say a bit more about what you mean by "traversed"? Do you have an application repository that...
> I figured the easiest way to make the BChan available to the event handler would be to put it in the state. To confirm, this is indeed a common...
For what it's worth, when I've done something like what you're doing, I have a thread that has a `TChan` for taking requests from the event handler, and a `BChan`...
@khazaddum let me know if there's anything else you need before we can close this.
Hi @nlhomme - check this out and see if it helps: https://github.com/matterhorn-chat/matterhorn/blob/master/docs/FAQ.md#how-can-i-get-matterhorn-to-render-strikethrough-markdown-text
@nlhomme Have you had a chance to take a look at the link I posted above?
Are you saying you don't know how to apply the steps in the link I mentioned? Or that you don't know how to change `TERM`? Or both?
Thanks! I've updated the title to make the solution clear for when we can get around to implementing it.