GNU bug report logs - #79298
patch: full color in windows terminal

Previous Next

Package: emacs;

Reported by: Ewan <ewan <at> etown.dev>

Date: Sun, 24 Aug 2025 06:07:02 UTC

Severity: normal

Merged with 79297

Full log


View this message in rfc822 format

From: Ewan <ewan <at> etown.dev>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 79298 <at> debbugs.gnu.org
Subject: bug#79298: patch: full color in windows terminal
Date: Wed, 03 Sep 2025 16:09:50 +0000
> Finally, the Emacs-drawn cursor replacing the system cursor when
> w32-use-visible-system-caret is nil, is independent of ASCII sequence
> support. It depends only on the 'cursor' face being defined (I believe
> it always will be), and just adds an additional pass, for at most two
> rows, through w32con_write_glyphs, which branches between old and new
> based on the feature flag, and so should work with the legacy system.

Correction, I managed to avoid the need for additional passes. Rather,
it just forces full re-write (disabling optimizations), for at most 
two rows (the one where the cursor was, and the one where it will be).




This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.