The King of Half-Baked Projects
The King of Half-Baked Projects
Well, since I've forked basically tview, I'd have to fork everything else that extends or uses tview afaik. I've already changed quite a lot and have not done a clean...
Oh and we also have the barechat-view, which uses the same instances for the chat as the mainwindow.
> Does tview not allow you to communicate "I've handled this event" in an input capture function, so that it isn't propagated further? Currently not. But I can simply implement...
Hm, okay. Then let me try to sum it up real quick. So, there are multiple different navigation paradigms. For once you got the directional navigation with alt + arrow...
@rickprice I think that's a topic for some other point in time. There's also an issue for that, but it's pretty low priority imo. @AP-Hunt So, I am currently working...
On sunday, I have to leave at 17:00 UTC+2. If you are fine with that, hmu on discord.
eh, sorry, i've read sunday. Saturday is fine.
https://github.com/Bios-Marcel/cordless/tree/tcellv2 adds support for tcell v2.0.0, allowing us to properly implement strikethrough and italics in a new chatview
I'll be creating an interface for the ChatView today, adding an optional compilation flag to opt into a new chat view.
I started a branch: https://github.com/Bios-Marcel/cordless/tree/chatview-revamp I'll keep it updated as I work on it.