Daniel Jankowski
Daniel Jankowski
Unfortunately, it still crashes. When bisecting the changes, it comes to this commit, that introduces the crashes: https://github.com/zellij-org/zellij/commit/ba2772e31ca062cba5c2b2b881fdb68e0093216e Not sure where it exactly comes from. The cache just contains a...
No worries. Defining the background color would also be a cool use case. Especially when you then can omit it to create transparency. For the latter one, I'm not sure...
Hi @imsnif, sure. I can go forward with it. So you mean, that there's not a `.transparent()` function for text, but some sort of `.bg_black()`? I think that's a good...
The flag is now implemented for text, nested lists and tables. I've also added a precedence, such that the `selected()` flag has a higher priority, than `.bg_black()`. However, I'm not...
Thanks a lot for your feedback. I've tried to implement it everything. 1. renamed `bg_black()` to `opaque` (which I really like!) 2. precedence handling is now also implemented in the...
Hey, one-line UI and configuration plugin are now fixed. I've also rebased the MR on the new main changes.