Open bretello opened 9 months ago
When listing the clipboard using wl-clipboard-history -l, if non-plaintext items have been added to the database, they are printed to the console, possibly breaking it. With this patch, only text items are added to the database.
wl-clipboard-history -l
When listing the clipboard using
wl-clipboard-history -l
, if non-plaintext items have been added to the database, they are printed to the console, possibly breaking it. With this patch, only text items are added to the database.