bemenu
bemenu copied to clipboard
the output is broken because of the characters
not sure how, but because of some characters in the text, breaks the whole output of the menu
The binary data likely contains null characters (zero), strings in C are null terminated (zero terminated), thus that's why it breaks most likely.