Nathan Lilienthal

Results 263 comments of Nathan Lilienthal

Digging a bit deeper into the current config options here's some more thoughts: Setting the `min_height` to 25 seems decent to me, but I still like the idea of removing...

Finally, I'll add that the current interaction between `window.padding` and `scrollbar.margin` seems a bit funky to me. I feel like it's sort of weird to have the scrollbar essentially outside...

@kchibisov I was just referring to the min height. If anything though, it should be based on the window height, not the cell height. I think I'd find it strange...

Small thing I noticed while giving this another look today. Live reloading the config doesn't seem to work when the scrollbar was initially not present.

Also, if we're modeling the behavior of the cursor after macOS at all (which isn't always the worst thing to do), we shouldn't change it to `CursorIcon::RowResize` since we're not...

Not sure if this is the same issue as I'm having with the visual bell on macOS, but the scrollbar doesn't seem to go away in the fading mode until...

Last thing for now. How would we feel about always drawing the top and bottom of the scrollbar on the absolute top and bottom of the window instead of inside...

I’m watching this, happy to test as needed.

I believe the behavior @MirageTurtle is describing is also how the stock Terminal.app works. Closing all of its windows will not cause the application itself to close.

I can reproduce this on macOS 13.4.1. Looks like it might be related to this issue rust-windowing/winit#2539?