-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Add the ability to get the CWD of the foreground process on OpenBSD. #8736
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
Conversation
chrisduerr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still missing a changelog entry.
9013df2 to
922582e
Compare
|
Hopefully I've addressed your comments in the new commit. |
922582e to
233ce09
Compare
|
@kchibisov Hopefully fixed. |
bfe2b08 to
98a5560
Compare
|
@chrisduerr Applied your suggestions. Thanks! |
chrisduerr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One last thing, after that LGTM.
OpenBSD doesn't have `proc`, but the necessary information can be obtained via `sysctl`.
98a5560 to
5fb137d
Compare
As suggested in #8721 (comment). Tested working on OpenBSD; tested that this still builds correctly on Linux (though I can't actually test a running Alacritty on Linux).
Note: OpenBSD doesn't have
proc, but the necessary information can be obtained viasysctl.