You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
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: