stefan-b-jakobsson / x16-edit

Text editor for Commander X16
BSD 2-Clause "Simplified" License
12 stars 3 forks source link

Feature: Cut & Paste #8

Closed stefan-b-jakobsson closed 4 years ago

stefan-b-jakobsson commented 4 years ago

Implement cut and paste functionality. The cut function should cut one line of text per invocation and place it in a clipboard buffer. The paste function should insert the content of the clipboard at the cursor. Also implement a copy function that works similar to the cut function, however, without deleting any content.