Grzegorz Krasoń
Grzegorz Krasoń
Indeed, it seems that macOS has much to do with this issue. In the case above my setup is: - retina display - built-in display of my macbook. - C24F390...
My config is still the same: ``` initial_cols = 160, initial_rows = 36, ``` When I open western on the external screen:  Let me know if you need logs...
Unfortunatelly with `wezterm 20230425-083942-6686adba` the issue still persists.
I agree. The only flag that I was missing in [this](https://github.com/gergelyk/ut50e-dashboard/blob/master/ut60e.cr) project in fact was VTIME. It seems to be part of non-canonical mode, like VSTART, VSTOP, etc. What do...
If gomi expands env variables, I would suggest preventing this. Or at least provide a flag that would take paths literally.
In case of bash, I do this dirty trick to replace `...` with (fine tuned) output of `just --list`. ```sh source
I agree. `tail`, `sed`, `tr` is probably what we wand to avoid. As an alternative I would suggest extending functionality of `--list`. E.g. `--list-inline` would give the same output as...
Great! I confirm, the following does the trick: ```sh source
You are correct. just of mine wasn't up to date. After upgrading to v0.8.4 I got it working. The only remark I can make is that it works only for...
> I wasn't sure whether completion scripts should complete aliases, as well as full recipe names. I don't have sharp opinion, but probably yes, I would include aliases too.