Module Ecaml.Clipboard
For dealing with the GUI's clipboard.
val kill_new : Text.t -> unit
kill_new text
makestext
the latest kill in the kill ring, and sets the clipboard to containtext
.
Ecaml.Clipboard
For dealing with the GUI's clipboard.
val kill_new : Text.t -> unit
kill_new text
makes text
the latest kill in the kill ring, and sets the clipboard to contain text
.