Page MenuHomeFreeBSD

Switch vt(4) to traditional behaviour with copy-paste.
ClosedPublic

Authored by ray on Sep 10 2014, 2:05 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 4 2024, 8:41 PM
Unknown Object (File)
Dec 22 2023, 8:26 PM
Unknown Object (File)
Dec 10 2023, 6:51 PM
Unknown Object (File)
Sep 21 2023, 3:55 PM
Unknown Object (File)
Aug 25 2023, 6:19 AM
Unknown Object (File)
Aug 5 2023, 10:51 AM
Unknown Object (File)
May 24 2023, 3:01 AM
Unknown Object (File)
May 24 2023, 2:50 AM
Subscribers
None

Details

Summary

Currently vt(4) copy data from marked range only when user want to paste
buffer. With this patch vt(4) will copy data when select/extend done, just like
syscons(4) do.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ray retitled this revision from to Switch vt(4) to traditional behaviour with copy-paste..
ray updated this object.
ray edited the test plan for this revision. (Show Details)
ray added reviewers: danfe, dumbbell, emaste.

Copy data only on BUTTON-UP events.

Fix stray char on paste.

dumbbell edited edge metadata.

The patch works for me.

The extra character pasted problem I reported to you on #freebsd-xorg is fixed. And I confirm that now, the content is copied only when the mouse button is released, not after each move.

That looks good to me.

This revision is now accepted and ready to land.Sep 12 2014, 8:23 AM

Committed 271464, 271465, 271466.