-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Holding enter crashes on macOS #289
Comments
What version of OS X and what terminal? Can you post your entire # ~/.zshrc
test -d ~/.geometry || git clone https://github.com/geometry-zsh/geometry.git ~/.geometry
source ~/.geometry/geometry.zsh Can you reproduce the issue with that setup? I'm having difficulty getting the same error. |
@j16sdiz I don't have a machine I can reproduce with, is this still an issue? |
I'm using geometry v2.2.0. Looks like it is still an issue. I'm on NixOS 20.03, which is not FHS compliant (it that makes any difference). My terminal is Kitty v0.18.2. Geometry v2.1.0 has this issue as well with the same error message, but in Geometry v2.0.0 it shows up as:
AFAI remember the previous version of geometry (v1.x.x) didn't have this issue. Please note that I'm using a few other zsh plugins that might be the cause of a problem https://github.com/vyorkin/nixos-config/blob/master/home/zsh.nix#L36 And thank you for Geometry. I'm using it for the last couple of years and I'm very happy with it ;) |
can you post the output of it is possible someone else is using PCFD or the handle for it. Is there a quick tutorial where i could reproduce your setup in a nice chroot or OCI image? |
Please tell me if you need more info |
interesting - so PCFD we don't use anymore, maybe you are on an outdated geometry? version 2.0.3 we renamed PCFD to GEOMETRY_ASYNC_FD - its just the variable we use to help signal async stuff. Definitely could be a conflict with other projects. |
I'm using geometry from this rev: |
From #286 (comment)
The text was updated successfully, but these errors were encountered: