Support for clipboard pasting #26

Closed
opened 2025-06-12 15:53:43 +00:00 by Ponali · 1 comment
Ponali commented 2025-06-12 15:53:43 +00:00 (Migrated from github.com)

In termlib.read, the shell prompt, or anything similar, there currently is no support for pasting text.

Clipboard pasting is handled through the clipboard event (Documentation).

In `termlib.read`, the shell prompt, or anything similar, there currently is no support for pasting text. Clipboard pasting is handled through the `clipboard` event ([Documentation](https://ocdoc.cil.li/component:signals?s[]=signals#keyboard)).
Ponali commented 2025-07-07 16:03:18 +00:00 (Migrated from github.com)

Has been added in fb4c80f3a0.

Has been added in fb4c80f3a0fbb9ea024f9371702735dc163aa9c9.
Sign in to join this conversation.