aboutsummaryrefslogtreecommitdiff
path: root/guile/starlet/selection.scm
AgeCommit message (Collapse)Author
2023-06-04get-selection-as-string: Set dotted form of fixture nameThomas White
Previously it sent "(list-ref xxx nnn)", which is much harder to parse and defeats the point of using a string instead of a Scheme expression here. This routine is currently only used for OSC selection updates.
2023-05-14Send selection via OSCThomas White
2023-04-29Add add-sel and toggle-selThomas White
2023-04-29Move selection stuff to a separate moduleThomas White