We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
1.7.7
na
No response
rofi -e -
Only the piped-in text should be shown
Sometimes extra garbage is added to the end of the text
This happens in https://github.com/davatorium/rofi/blob/next/source/rofi.c#L820
After the while loop, there should be a
msg[index] = 0;
Sidenote: The code is also suboptimal, since even when only one read() ever returns data, it reallocates the buffer at least once.
But the code is simple and this does not really matter.
The text was updated successfully, but these errors were encountered:
For reproducing this in the shell, do something like:
echo -n "foobar bluuuu blaaa blubb blaaah" | rofi -e -
Sorry, something went wrong.
Merged fix, thanks.
No branches or pull requests
Rofi version (rofi -v)
1.7.7
Configuration
na
Theme
na
Timing report
No response
Launch command
rofi -e -
Step to reproduce
rofi -e -
Expected behavior
Only the piped-in text should be shown
Actual behavior
Sometimes extra garbage is added to the end of the text
Additional information
This happens in https://github.com/davatorium/rofi/blob/next/source/rofi.c#L820
After the while loop, there should be a
Sidenote: The code is also suboptimal, since even when only one read() ever returns data, it reallocates the buffer at least once.
But the code is simple and this does not really matter.
Using wayland display server protocol
I've checked if the issue exists in the latest stable release
The text was updated successfully, but these errors were encountered: