]> git.eshelyaron.com Git - emacs.git/commit
Fix -nw sessions on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Mon, 3 Feb 2025 16:36:11 +0000 (18:36 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:00:46 +0000 (09:00 +0100)
commita327017f1afbfb6b989ff78b4f75c73a08586ebe
treece512974ad1f4dd54d64f55033c06257c76db412
parentd6205110556d2f29a2727c5874a5ee0663fac6e8
Fix -nw sessions on MS-Windows

* src/w32console.c (w32con_clear_end_of_line): Set the space
glyphs' frame to NULL.
(w32con_write_glyphs): Handle face_id_frame == NULL, when called
from 'w32con_clear_end_of_line'.
(tty_draw_row_with_mouse_face): Adjust to changes in term.c.

(cherry picked from commit a22e971a119dfd1385fe38d6f594bccfe8911152)
src/w32console.c