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
F107990915: D755.diff
Mon, Jan 20, 6:55 AM
F107972035: D755.id1446.diff
Mon, Jan 20, 2:29 AM
Unknown Object (File)
Fri, Jan 10, 11:38 AM
Unknown Object (File)
Dec 2 2024, 3:46 PM
Unknown Object (File)
Nov 27 2024, 6:04 PM
Unknown Object (File)
Nov 25 2024, 9:26 PM
Unknown Object (File)
Nov 17 2024, 3:14 PM
Unknown Object (File)
Oct 23 2024, 7:36 PM
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.