ar in gtk-2?
Doesn't look like it. I have a workaround (don't use X) but I'm an old
dinosaur who uses terminal windows.
% git bisect bad
9f53e7bd7f0865585a5447fa3665c5d4c4f91408 is the first bad commit
commit 9f53e7bd7f0865585a5447fa3665c5d4c4f91408
Author: Ernie Rael
Date: Sun A
gtk-2?
-ernie
% git bisect bad
9f53e7bd7f0865585a5447fa3665c5d4c4f91408 is the first bad commit
commit 9f53e7bd7f0865585a5447fa3665c5d4c4f91408
Author: Ernie Rael
Date: Sun Apr 17 18:27:49 2022 +0100
patch 8.2.4776: GTK: 'lines' and 'columns' may change during startup
Problem:
OK, so THIS is the commit that I'm having trouble with (makes more
sense).
% git bisect bad
9f53e7bd7f0865585a5447fa3665c5d4c4f91408 is the first bad commit
commit 9f53e7bd7f0865585a5447fa3665c5d4c4f91408
Author: Ernie Rael
Date: Sun Apr 17 18:27:49 2022 +0100
patch 8.2.4776: GTK: &
Christ van Willegen wrote:
[...]
> Here's another one:
>
>//is cleared, we my bounce, but no worse than before.
>
> May
Thanks.
--
When a fly lands on the ceiling, does it do a half roll or
a half loop?
/// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.
Hi,
Op zo 17 apr. 2022 22:17 schreef Bram Moolenaar :
>
> Dominique wrote:
>
> > I see typos in the comments of this commit 8.2.4776:
> >
> > > ! // Resize requests are made for gui.mainwin,
> > > ! // get it's dimensions for searching if this event
> >
> > it's -> its
> >
> > ! // Lo
Dominique wrote:
> I see typos in the comments of this commit 8.2.4776:
>
> > ! // Resize requests are made for gui.mainwin,
> > ! // get it's dimensions for searching if this event
>
> it's -> its
>
> ! // Look through history of recent vim resize reqeusts.
>
> requests -> reque
Hi.
I see typos in the comments of this commit 8.2.4776:
> ! // Resize requests are made for gui.mainwin,
> ! // get it's dimensions for searching if this event
it's -> its
! // Look through history of recent vim resize reqeusts.
requests -> requests
Regards
Dominique
--
--
You
Patch 8.2.4776
Problem:GTK: 'lines' and 'columns' may change during startup.
Solution: Ignore stale GTK resize events. (Ernie Rael, closes #10179)
Files: src/gui_gtk_x11.c
*** ../vim-8.2.4775/src/gui_gtk_x11.c 2022-04-15 13:53:30.052708679 +0100
--- src/gui_gt