On Fri, Jul 14, 2023 at 11:22:09PM +0530, Nilesh Patra wrote:
> I fiddled a bit and noticed that it works OK on aerc 0.14.0 and I notice
> the odd behavior on aerc 0.15.0.
> 
> Something changed between these two which causes it to explode.

I did a bisect meanwhile and found the commit that broke it.
Didn't review the diff but probably some race condition sneeked in
somewhere.

c7b122f4c4a87cd54402c78465e1a5c882f37aeb is the first bad commit
commit c7b122f4c4a87cd54402c78465e1a5c882f37aeb
Author: Tim Culverhouse <t...@timculverhouse.com>
Date:   Sun Apr 23 08:01:23 2023 -0500

    tcell-term: upgrade to latest release

    Upgrade tcell-term to latest release.

    This is a complete rewrite of tcell-term, and includes many minor bug
    fixes and overall improvements. Notably:

    - Improved parsing
    - One fewer goroutine
    - Improved API
    - Improved redraw messaging
    - Improved key support
    - Improved mouse support

    Signed-off-by: Tim Culverhouse <t...@timculverhouse.com>
    Acked-by: Robin Jarry<ro...@jarry.cc>

 go.mod              |  6 +++---
 go.sum              | 10 +++++++---
 widgets/terminal.go | 35 +++++++++++++++++++----------------
 3 files changed, 29 insertions(+), 22 deletions(-)

Best,
Nilesh

Attachment: signature.asc
Description: PGP signature

Reply via email to