fyne-io / terminal

A graphical terminal emulator for Linux using Fyne
Other
256 stars 38 forks source link

Refactor terminal copy and paste behavior #95

Closed mgazza closed 1 month ago

mgazza commented 1 month ago

Automatically copy selected text on mouse press and paste clipboard contents on right-click. Removes redundant copy on right-click release to streamline text interactions.