RES: vt newcons 3 clicks mouse paste issue FIXED

2022-08-04 Thread Ivan Quitschal
Hi Hans Removed the //’s old code comments as you requested (sorry , im still getting the process flow 😊 ) Thanks --tzk De: owner-freebsd-curr...@freebsd.org Em nome de Ivan Quitschal Enviada em: quinta-feira, 4 de agosto de 2022 11:32 Para: Warner Losh ; Hans Petter Selasky Cc: freebsd-cu

Re: RES: vt newcons 3 clicks mouse paste issue FIXED

2022-08-04 Thread Toomas Soome
> On 4. Aug 2022, at 17:04, Ivan Quitschal wrote: > > Hi Hans > > D36042 created > How can I include more patch files in the same defect number? D36042 > https://reviews.freebsd.org/D36042 > > Its missing the vt.h.diff and vt_core.diff > Both attached > > Should i have put all three in the r

RES: vt newcons 3 clicks mouse paste issue FIXED

2022-08-04 Thread Ivan Quitschal
Thank you Warner Done https://reviews.freebsd.org/D36042 D36042 Just to make clear. I'll put here what I wrote in the comments we have two changes in this patch. first one is regarding the 3 clicks paste. vtbuf_extract_marked() gains a new arg int mark the second change is not much of a chan

Re: vt newcons 3 clicks mouse paste issue FIXED

2022-08-04 Thread Warner Losh
On Thu, Aug 4, 2022 at 8:04 AM Ivan Quitschal wrote: > Hi Hans > > D36042 created > How can I include more patch files in the same defect number? D36042 > https://reviews.freebsd.org/D36042 > > Its missing the vt.h.diff and vt_core.diff > Both attached > > Should i have put all three in the raw p

RES: vt newcons 3 clicks mouse paste issue FIXED

2022-08-04 Thread Ivan Quitschal
Hi Hans D36042 created How can I include more patch files in the same defect number? D36042 https://reviews.freebsd.org/D36042 Its missing the vt.h.diff and vt_core.diff Both attached Should i have put all three in the raw patch creation combo box when I was creating the defect? Sorry my dumbne

Re: vt newcons 3 clicks mouse paste issue FIXED

2022-08-04 Thread Hans Petter Selasky
Hi Ivan, Can you upload your patch to differential revision at freebsd.org ? https://reviews.freebsd.org/differential/ Then maybe someone else or me can approve and commit it! --HPS