Thomas Dickey <dic...@his.com> writes: > short - yes > > Long story: I'd put it aside for a while because I could see it would be > complicated to refactor the selection into stop-, etc. states. On > revisiting it, I realized that the answer was near the beginning of > the > discussion. So I added copy-selection, and used it like this: > > Ctrl Shift<Key>C:copy-selection(CLIPBOARD)\n\ > Ctrl Shift<Key>V:insert-selection(CLIPBOARD)\n\ > > Unlike the previous try, I didn't see any hanging or related issues.
With *VT100*translations: #override \n\ Shift Ctrl <KeyPress> v:insert-selection(CLIPBOARD)\n\ Shift Ctrl <KeyRelease> v:ignore() \n\ Shift<Btn1Down>:select-start()\n\ Shift<Btn1Motion>:select-extend()\n\ Shift Ctrl <KeyPress> c:copy-selection(CLIPBOARD)\n\ Shift Ctrl <KeyRelease> c:ignore() \n\ <BtnUp>:ignore() \n doing 1) select text 2) hit ctrl-shift-c without moving mouse 3) move the mouse and click somewhere so that no text is selected anymore still causes the terminal to stop responding If I hit ctrl-shift-c again the terminal responds again. -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org