Nathan Lilienthal

Results 269 comments of Nathan Lilienthal

That’s not alacritty doing that, I believe this was a choice macOS made recently. Feel free to change your shell invocation in the alacritty config to get around it though,...

Apologies. I forgot all about that logic and was assuming that something changed when macOS defaulted to ZSH somewhat recently.

@Learath2 perhaps reading over #6426 will shed some light on this issue. I vaguely recall being a bit confused about this myself a while ago now that I’m thinking more...

So now I'm curious and I'm trying running the suggested change here: ```diff diff --git a/alacritty_terminal/src/tty/unix.rs b/alacritty_terminal/src/tty/unix.rs index a4b07b74..d559a4e4 100644 --- a/alacritty_terminal/src/tty/unix.rs +++ b/alacritty_terminal/src/tty/unix.rs @@ -162,21 +162,12 @@ fn default_shell_command(shell:...

It just surprised me that all this special logic is skipped if you choose your own shell in the config. Shouldn’t it be applied to custom shells too?

I feared that. What's stopping us from changing the cursor to a hand?

I'm on macOS at the moment. I don't have it setup to require modifiers for the URL clicks, but that's a good idea to mitigate my issue.

While #7928 doesn't fix this issue, it does reduce its noticeability if you're not using a transparent window.

Having fewer different places to look for docs seems like generally a good thing to me.

This is super cool! > Have you considered making it similar to the way search bar works in terms of sizing? For example maybe it can simply be configured in...