-
-
Notifications
You must be signed in to change notification settings - Fork 761
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
nnn + netbsd-curses + musl libc #998
Comments
@luukvbaal can you please take a look? |
I tried to reproduce but I don't see the issue. Not sure when I can take another look. |
preview-tui-ext
after navigatinging to parent dirpreview-tui-ext
after navigating to parent dir
Adding @leovilok. @luukvbaal Does the message |
Well the only I can see that happening is if |
Yes, possible. I just tested with Also note that I am pressing Alt-P to close the previewer. |
OK, I have narrowed it down further to the option |
Yeah I am too, couldn't reproduce yet. BTW |
Yes, there are issues. But it will be good if we can sort those out and support it well. I am using |
Does |
The assigned key is not the problem BTW, I see it happening with Alt-E and Alt-X as well. |
If it does it's not intended. Toggling is done by killing the Could you try @@ -430,6 +430,6 @@ else
printf "\$KITTY_LISTEN_ON not set!\nPlease read Usage in preview-tui-ext."
cfg=$(stty -g); stty raw -echo; head -c 1; stty "$cfg"
else
- togglepreview "$1" &
+ togglepreview "$1" > "`~/test &
fi
fi
|
Checking it... one more thing... irrespective of the key I assign, only for this plugin, as soon as I start the plugin I see |
But this behavior is still specific to the netbsd-curses and musl libc compilation right? |
With that change the previewer doesn't show. |
That's correct. If we can claim good support for this combination, we can auto-generate a static binary with the next release. The numbers are amazing! So I am using it exclusively for a while. |
I see, weird stuff. I'm off to bed for now though, good luck. |
Yes sure, I can repro this easily with the text file open. So I can continue debugging. Good night! |
Unrelated to this issue. I see sabotabge-linux has a recipe for @rofl0r can you please update it to use the latest Question: is there a |
@luukvbaal I have explained the issue in sabotage-linux/netbsd-curses#46. See if the flickering issue on I am considering removing the ^Space keybind and just leave the m. As someone who uses the nav-to-type mode exclusively, I find it hard remembering the ^Space key all the time. Maybe because it's seldom used. Attached the debug logs to show the difference between ncursesw and netbsd-curses behaviour. |
No the problem is still there, although it seems to go away after changing directories: Was also able to confirm that it's a problem only occurring with netbsd-curses in combination with the alpha patch, issue is not present on |
Thanks for checking it! While we are at it, and to have the notes for later, I see another issue with If I repeat the open and close the file once or twice, the problem goes away. |
preview-tui-ext
after navigating to parent dir
Environment details (Put
x
in the checkbox along with the information)-acdDEnQrux
NNN_PLUG
nnn
masterExact steps to reproduce the issue
I am seeing an issue with
preview-tui-ext
with netbsd-curses and musl libc compilation.Compilation commands used:
Plugins are from latest master.
I have set it as
p:-preview-tui-ext
inNNN_PLUG
. I usetmux tmux 3.0a
with the config:I can repro this with:
dir changed, range sel off
The text was updated successfully, but these errors were encountered: