Balázs Cene

Results 84 comments of Balázs Cene

Hey, is this still an issue? I'm not sure if anything related has changed since then, but in case things are still broken I can look into it.

That's alright! Let me know if you ever run into it again.

> Has anyone figured out a work-around for this type of issue? > My current layout is pretty split-heavy so it would be nice to get working. > > If...

This ended up a very lame fix, the markup language doesn't really like escaped tags when they are parsed multiple times, so instead we'll stop using `[` as the delimiter...

@FI-Mihej How do you know that's the cause? AFAIK our input is functionally non-blocking, so you should be able to bind "Q" to `manager.stop` it should work out just fine.

@landersson Yep, that input statement has come up in a previous issue recently. No clue why it's there or how it made it there, but the next version won't have...

@FI-Mihej The commit above introduced a way to do non-indefinitely-blocking `getch` calls for the `WindowManager`, which resolves your problem. Thanks for the help! @XenonR A recent PR (#122) by @Tired-Fox...

Hey! Sorry about the delay. Unfortunately it seems this is gonna be a bit more complicated. When windows are drawn we only draw their current state, and as a result...

Sorry for the delay. I like the idea! Truth is I've wanted to do this for ages, just never got around to it. I'd say you can go ahead with...