bemenu icon indicating copy to clipboard operation
bemenu copied to clipboard

the output is broken because of the characters

Open pooh2pooh opened this issue 2 years ago • 1 comments

изображение not sure how, but because of some characters in the text, breaks the whole output of the menu

pooh2pooh avatar May 11 '23 20:05 pooh2pooh

The binary data likely contains null characters (zero), strings in C are null terminated (zero terminated), thus that's why it breaks most likely.

Cloudef avatar May 12 '23 05:05 Cloudef