-
Notifications
You must be signed in to change notification settings - Fork 332
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
Statusline does not display file owner or group #800
Comments
en0mem
added a commit
to en0mem/lf
that referenced
this issue
May 11, 2022
These type assertions for `Stat_t` were changed from `syscall` to the incorrect `unix` ones in c5bd67. Fixes gokcehan#800.
en0mem
added a commit
to en0mem/lf
that referenced
this issue
May 11, 2022
These type assertions for `Stat_t` were changed from `syscall` to the incorrect `unix` ones in c5bd676. Fixes gokcehan#800.
en0mem
added a commit
to en0mem/lf
that referenced
this issue
May 11, 2022
These type assertions for `Stat_t` were changed from `syscall` to the incorrect `unix` ones in c5bd676. Fixes gokcehan#800.
gokcehan
pushed a commit
that referenced
this issue
May 12, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've recently built lf on debian 11 using the provided instructions. lf runs as expected except I do not see the owner or group of a hovered file. Is there something I am missing?
The text was updated successfully, but these errors were encountered: