Re: Patch 8.2.2345

2021-01-17 Fir de Conversatie John Marriott
eatures in feature.h, including FEAT_MOUSE_XTERM. Sorry for any confusion. Cheers John On 16-Jan-2021 08:28, Bram Moolenaar wrote: John Marriott wrote: On 15-Jan-2021 03:35, Bram Moolenaar wrote: Patch 8.2.2345 Problem:No focus events in a terminal. Solution: Add the t_fd and t_

Re: Patch 8.2.2345

2021-01-15 Fir de Conversatie Bram Moolenaar
John Marriott wrote: > On 15-Jan-2021 03:35, Bram Moolenaar wrote: > > Patch 8.2.2345 > > Problem:No focus events in a terminal. > > Solution: Add the t_fd and t_fe termcap entries and implement detecting > > focus events. (Hayaki Saito

Re: Patch 8.2.2345

2021-01-15 Fir de Conversatie John Marriott
On 15-Jan-2021 03:35, Bram Moolenaar wrote: Patch 8.2.2345 Problem:No focus events in a terminal. Solution: Add the t_fd and t_fe termcap entries and implement detecting focus events. (Hayaki Saito, Magnus Groß, closes #7673, closes #609, closes #5526) Files

Re: Patch 8.2.2345

2021-01-14 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > Op do 14 jan. 2021 17:36 schreef Bram Moolenaar : > > > > > Patch 8.2.2345 > > Problem:No focus events in a terminal. > > Solution: Add the t_fd and t_fe termcap entries and implement detecting > > focus eve

Re: Patch 8.2.2345

2021-01-14 Fir de Conversatie Christ van Willegen
Hi, Op do 14 jan. 2021 17:36 schreef Bram Moolenaar : > > Patch 8.2.2345 > Problem:No focus events in a terminal. > Solution: Add the t_fd and t_fe termcap entries and implement detecting > focus events. (Hayaki Saito, Magnus Groß, closes #7673, >

Re: Patch 8.2.2345

2021-01-14 Fir de Conversatie Bram Moolenaar
> Just tried to build and see - > > term.c: In function ‘out_flush’: > term.c:2553:5: error: ‘gui’ undeclared (first use in this function) > 2553 |(gui.in_use && !gui.dying && !gui.starting) > | ^~~ > > Do I need a manual re-configure ? Missing #ifdef. This wasn't supposed to b

Re: Patch 8.2.2345

2021-01-14 Fir de Conversatie mckel...@gmail.com
.in_use && !gui.dying && !gui.starting) > | ^~~ > > Do I need a manual re-configure ? > > thx, > -m > > On Thursday, January 14, 2021 at 11:36:05 AM UTC-5 Bram Moolenaar wrote: > >> >> Patch 8.2.2345 >> Problem: No focus event

Re: Patch 8.2.2345

2021-01-14 Fir de Conversatie mckel...@gmail.com
1 at 11:36:05 AM UTC-5 Bram Moolenaar wrote: > > Patch 8.2.2345 > Problem: No focus events in a terminal. > Solution: Add the t_fd and t_fe termcap entries and implement detecting > focus events. (Hayaki Saito, Magnus Groß, closes #7673, > closes #609, closes #5526) > Files: r

Patch 8.2.2345

2021-01-14 Fir de Conversatie Bram Moolenaar
Patch 8.2.2345 Problem:No focus events in a terminal. Solution: Add the t_fd and t_fe termcap entries and implement detecting focus events. (Hayaki Saito, Magnus Groß, closes #7673, closes #609, closes #5526) Files: runtime/doc/term.txt, src/optiondefs.h, src