pub fn paste_strings() -> Vec<String>Expand description
Pastes the strings copied with copy_selections
If the system clipboard was updated since after the last call to
copy_selections, this function will return a one element
Vec<String> with the new contents of the system clipboard,
instead of the selections taken via copy_selections.