ace-dent / picotracker

Track boogs for Picotron (unofficial)
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

Support writing text to the host's clipboard #4

Open ace-dent opened 5 months ago

ace-dent commented 5 months ago

Describe the feature It would be useful to be able to send text to the host OS clipboard.

To Reproduce Steps to reproduce the behavior:

  1. As per PICO-8: printh('test','@clip').
  2. Command seems to execute, but no text is written to clipboard.

Expected behavior Feature not implemented.

Software (please complete the following information):

ace-dent commented 5 months ago

Seems to be supported with set_clipboard("foo") ...? But doesn't support extended character set; e.g. set_clipboard(chr(128)) silently fails to update clipboard.

ace-dent commented 3 months ago

Re-tested with release v0.1.0g on macOS. Problem still exists.