Frederik Magnus Johansen Vestre

Results 12 comments of Frederik Magnus Johansen Vestre

I will look into how on_next_key works. Not sure about how to render number superimposed over the windows though (as the tmux image macro), i guess that may be a...

I rebased the PR on master, and added a commit for taking the index for the window as a parameter (now 1 indexed). I am not sure what is the...

> `#[allow(clippy::too_many_parameters)` I guess, thanks for the pointer... I was mostly wondering what the policy of this project is, i.e. how many hoops to jump around to avoid too many...

Thanks for the comments, and the hints on where to look for refactoring. I added my own conversion functions, to support 1-9 a-z for more views. I put them in...

Hi, i did a 2 hour stab at this (instead of figuring how to solder a power switch to my corne helix), and found a solution that seems to work...

Initially i tried to do global behaviour. As far as i could see from the implementation the global behaviour first sends a command to the peripheral (right side) and then...

At least for my side I am not intending to try to spend effort to try to upstream this(I. e. get this merged). Especially since it requires changes to zephyr...

I see lint is failing. I will try fixing that tomorrow. If anyone wants to merge before that just run cargo fmt first.

I will be abandoning this PR. The current window numbering scheme is a bit lacking when moving windows around anyhow. I may be trying to get similar functionality working in...

I made a review for a solution to this https://reviews.llvm.org/D142981