[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: "Final" version of tty child frames
From: |
Eli Zaretskii |
Subject: |
Re: "Final" version of tty child frames |
Date: |
Tue, 22 Oct 2024 12:42:56 +0300 |
> From: Gerd Möllmann <gerd.moellmann@gmail.com>
> Cc: emacs-devel@gnu.org
> Date: Tue, 22 Oct 2024 10:21:43 +0200
>
> Thanks for taking a look.
Can you explain this comment and the code change:
+ /* Struct frame can move with igc, and so on. But we need
+ something that takes different frames into account. Use the
+ face_cache pointer for that which is malloc'd. */
+ if (glyph->frame && glyph->frame != f)
+ face_id += (ptrdiff_t) glyph->frame->face_cache;
Why do we need to take the frame into account here? Is this relevant
to the current GC used on master?
Re: "Final" version of tty child frames, Dr. Arne Babenhauserheide, 2024/10/22
Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/22
- Re: "Final" version of tty child frames,
Eli Zaretskii <=
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
- Re: "Final" version of tty child frames, Eli Zaretskii, 2024/10/22
- Re: "Final" version of tty child frames, Paul Eggert, 2024/10/22
- Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
Re: "Final" version of tty child frames, Gerd Möllmann, 2024/10/22
Re: "Final" version of tty child frames, Feng Shu, 2024/10/22